Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Jan 22, 2025
1 parent 49480c2 commit cd9d926
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
license = {"file" = "LICENSE"}
license-file = ["LICENSE"]

requires-python = ">=3.10, <3.11"
dependencies = [
Expand Down Expand Up @@ -180,6 +179,11 @@ markers = [
"gpu: marks tests as GPU tests (deselect with '-m \"not gpu\"')"
]

[tool.setuptools]
license-file = ["LICENSE"]
license-files = ["LICENSE"]


[tool.setuptools.dynamic]
version = { attr = "nemo_curator.package_info.__version__" }

Expand Down

0 comments on commit cd9d926

Please sign in to comment.