Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Dec 25, 2024
1 parent bc8b485 commit 1112787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.0.1"
description = "突然の死(ハリフキダシ)を生成するツール"
requires-python = "==3.13.1"
dependencies = [ "click==8.1.8", "pyperclip>=1.5.27",]
includes = [ "py.typed",]
[[project.authors]]
name = "koluku"

Expand All @@ -17,6 +16,9 @@ text = "MIT"
[project.urls]
Repository = "https://github.com/koluku/sudden-death"

[tool.setuptools.package-data]
'sudden_death' = ['src/*.json']

[tool.uv]
[[tool.uv.index]]
name = "pypi"
Expand Down

0 comments on commit 1112787

Please sign in to comment.