Skip to content

Commit

Permalink
cannot upload new version - pyproject.toml could be wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaJohnBritto committed Sep 19, 2024
1 parent c8b86b4 commit 13cfe52
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
16 changes: 12 additions & 4 deletions .ipynb_checkpoints/pyproject-checkpoint.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "WPSProtocol"
readme = "README.md"
dynamic = ["version", "dependencies"]
# dynamic = ["version", "dependencies"]
dynamic = ["version"]

requires-python = ">=3.10"
authors = [
Expand All @@ -19,13 +20,20 @@ classifiers = [
"Operating System :: OS Independent",
]

dependencies = [
"numpy>=1.21.0",
"matplotlib>=3.4.0",
"scipy>=1.7.0"
]


[project.urls]
Homepage = "https://walshpulseseq.readthedocs.io/en/latest/readme.html"
Homepage = "https://github.com/JessicaJohnBritto/WalshPulseSeq/tree/main"
Documentation = "https://walshpulseseq.readthedocs.io/en/latest/api/modules.html"
Issues = "https://github.com/JessicaJohnBritto/WalshPulseSeq/issues"

[tool.setuptools.dynamic]
dependencies = {file = ["requirementsWPS.txt"]}
# [tool.setuptools.dynamic]
# dependencies = {file = ["requirementsWPS.txt"]}

[tool.setuptools-git-versioning]
enabled = true
Expand Down
3 changes: 3 additions & 0 deletions .ipynb_checkpoints/requirementsWPS-checkpoint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy
matplotlib
scipy
16 changes: 12 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "WPSProtocol"
readme = "README.md"
dynamic = ["version", "dependencies"]
# dynamic = ["version", "dependencies"]
dynamic = ["version"]

requires-python = ">=3.10"
authors = [
Expand All @@ -19,13 +20,20 @@ classifiers = [
"Operating System :: OS Independent",
]

dependencies = [
"numpy>=1.21.0",
"matplotlib>=3.4.0",
"scipy>=1.7.0"
]


[project.urls]
Homepage = "https://walshpulseseq.readthedocs.io/en/latest/readme.html"
Homepage = "https://github.com/JessicaJohnBritto/WalshPulseSeq/tree/main"
Documentation = "https://walshpulseseq.readthedocs.io/en/latest/api/modules.html"
Issues = "https://github.com/JessicaJohnBritto/WalshPulseSeq/issues"

[tool.setuptools.dynamic]
dependencies = {file = ["requirementsWPS.txt"]}
# [tool.setuptools.dynamic]
# dependencies = {file = ["requirementsWPS.txt"]}

[tool.setuptools-git-versioning]
enabled = true
Expand Down

0 comments on commit 13cfe52

Please sign in to comment.