Skip to content

Commit

Permalink
fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
lioman committed Oct 29, 2023
1 parent 5744dd7 commit 969a466
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ dependencies = [
"python-dateutil>=2.8",
"rich>=10.1",
"unidecode>=1.1",
"backports-zoneinfo<1.0.0,>=0.2.1; python_version<3.9",
"backports-zoneinfo<1.0.0,>=0.2.1;python_version<'3.9'",

]

[project.optional-dependencies]
Expand Down Expand Up @@ -98,7 +99,10 @@ dev = [
]

[tool.pdm.build]
includes = []
includes = ["THANKS", ]

# [tool.pdm.build.wheel-data]
# include = [{path = "include/**/*.h", relative-to = "include/"}]

[build-system]
requires = ["pdm-backend"]
Expand Down

0 comments on commit 969a466

Please sign in to comment.