Skip to content

Commit

Permalink
BUG:
Browse files Browse the repository at this point in the history
- fixed wrong `README`-file in `pyproject.toml`
  • Loading branch information
MothNik committed Aug 8, 2024
1 parent 8e7e8fc commit 835989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package-data = {"*" = ["AUTHORS.txt", "VERSION.txt"]}

[tool.setuptools.dynamic]
version = {file = "src/robust_fourier/VERSION.txt"}
readme = {file = ["README.rst"]}
readme = {file = ["README.md"]}
dependencies = {file = "requirements/base.txt"}
optional-dependencies = {fast = {file = "requirements/fast.txt"}, dev = {file = "requirements/dev.txt"}, examples = {file = "requirements/examples.txt"}, git_ci = {file = "requirements/git_ci.txt"}}

Expand Down

0 comments on commit 835989b

Please sign in to comment.