Skip to content

Commit

Permalink
BUG:
Browse files Browse the repository at this point in the history
- fixed wrong `readme` in `pyproject.toml`
  • Loading branch information
MothNik committed Sep 4, 2024
1 parent 2e0fc02 commit ff88a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ description = "Noise- and Outlier-Robust Fourier Transform with Hermite Function
authors = [{name = "Niklas Zell", email = "[email protected]"}]
requires-python = ">=3.9"
keywords = ["Fourier Transform", "Hermite Functions", "Robust", "Noise", "Outliers", "NumPy", "Numba"]
readme = "README.md"
license = {file = "LICENSE"}
dynamic = ["version", "readme", "dependencies", "optional-dependencies"]
dynamic = ["version", "dependencies", "optional-dependencies"]

[tool.setuptools]
include-package-data = true
package-data = {"*" = ["AUTHORS.txt", "VERSION.txt"]}

[tool.setuptools.dynamic]
version = {file = "src/robust_fourier/VERSION.txt"}
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 ff88a93

Please sign in to comment.