Skip to content

Commit

Permalink
fix(packaging): readme declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jun 23, 2024
1 parent 458d861 commit 2e2c2c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Multimedia :: Video",
]
dynamic = ["version", "readme"]
dynamic = ["version"]
readme = "README.md"
dependencies = ["importlib_resources>=4.6; python_version=='3.8'"]

# extras
Expand Down Expand Up @@ -61,8 +62,6 @@ where = ["."]

[tool.setuptools.dynamic]
version = { attr = "enzyme.__version__" }
readme = { file = ["README.md"] }


# https://docs.astral.sh/ruff/
[tool.ruff]
Expand Down

0 comments on commit 2e2c2c4

Please sign in to comment.