Skip to content

Commit

Permalink
ci: fix license-file
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Dec 12, 2024
1 parent f32bb37 commit d7b42dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ authors = [
]
readme = "README.md"
requires-python = ">=3.10,<4"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python",
Expand All @@ -37,6 +38,9 @@ keywords = ["development", "template"]
[project.scripts]
biotest = "biotest.cli:main"

[tool.setuptools]
license-files = []

[tool.setuptools.dynamic]
dependencies = {file = ["deps/requirements.in"]}

Expand Down

0 comments on commit d7b42dd

Please sign in to comment.