Skip to content

Commit

Permalink
fix: uncomment my stupid mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Jul 25, 2023
1 parent 501fba5 commit 54f33b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
]
requires-python = ">=3.9"
readme = "README.md"
# license = "GPL-3.0-only"
license = "GPL-3.0-only"
keywords = ["fmtm", "odk", "hot", "openstreetmap", "opendatakit"]
classifiers = [
"Topic :: Utilities",
Expand All @@ -50,9 +50,9 @@ test = [
"pytest>=7.2.1",
]

#[build-system]
#requires = ["pdm-pep517>=1.0.0"]
#build-backend = "pdm.pep517.api"
[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"

[tool.pytest.ini_options]
addopts = "-ra -q"
Expand Down

0 comments on commit 54f33b5

Please sign in to comment.