Skip to content

Commit

Permalink
fix for readme file on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Aug 27, 2024
1 parent 7b20621 commit 17d940c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ maintainers = [
{ name="Boris Bonev", email = "bbonev@nvidia.com" },
]

dynamic = ["version", "readme"]
readme = "README.md"

dynamic = ["version"]

description = "Differentiable signal processing on the sphere for PyTorch."
requires-python = ">=3.9"
Expand All @@ -37,7 +39,6 @@ dependencies = [

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

[tool.setuptools.packages.find]
include = ["torch_harmonics*"]
Expand Down

0 comments on commit 17d940c

Please sign in to comment.