Skip to content

Commit

Permalink
Fix project.readme property in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSch4rf committed Sep 24, 2024
1 parent 534f95f commit 6131fa0
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 @@ -8,6 +8,7 @@ authors = [
{ name = "Vincent Scharf", email = "[email protected]" }
]
description = "A time series package for PyTorch"
readme = "README.md"
keywords = ["python", "torchtime"]
classifiers = [
"Environment :: Plugins",
Expand Down Expand Up @@ -35,7 +36,7 @@ dependencies = [
"tqdm",
"pandas",
]
dynamic = ["version", "readme"]
dynamic = ["version"]

[project.optional-dependencies]
test = [
Expand All @@ -57,7 +58,6 @@ torchtime = ["*.txt", "*.rst", "config.ini"]

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

[tool.pytest.ini_options]
addopts = [
Expand Down

0 comments on commit 6131fa0

Please sign in to comment.