Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "bikenetlib"
dynamic = ["version"]
# dynamic = ["version"]
version = "0.5.0"
authors = [
{ name = "Manuel Knepper" },
{ name = "Anastassia Vybornova" },
Expand Down Expand Up @@ -51,6 +52,9 @@ doc = ["sphinx", "momepy"]
[tool.ruff.lint.extend-per-file-ignores]
"__init__.py" = ["F401"] # "Imported but unused: happens with packages

# [tool.setuptools.dynamic]
# version = {attr = "bikenetlib.__version__"}

[tool.setuptools.packages.find]
exclude = [
"examples*",
Expand Down
Loading