Skip to content

Commit

Permalink
minor: playing with dynamic version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 1, 2023
1 parent 40e28cf commit 8913d56
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"pylops >= 1.17.0",
"setuptools >= 61.2.0",
]
dynamic = ["version"]
dynamic = ["version", ]

[project.optional-dependencies]
advanced = ["llvmlite",
Expand All @@ -38,3 +38,10 @@ advanced = ["llvmlite",
"scikit-fmm",
"spgl1",
]

[tool.setuptools.packages.find]
exclude = ["pytests"]
namespaces = false

[tool.setuptools_scm]
version_file = "pylops/version.py"

0 comments on commit 8913d56

Please sign in to comment.