Skip to content

Commit

Permalink
Clean pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Aug 18, 2021
1 parent 68f6dec commit 7df0343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__pycache__
__pypackages__
*.egg-info/
node_modules
latest_logs
archived_logs
Expand Down
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
[tool.poetry]
name = "is-osm-uptodate"
version = "1.6"
description = "Find outdated nodes in OpenStreetMap"
authors = ["Francesco Frassinelli <[email protected]>"]
license = "AGPLv3"

[tool.pdm]
includes = []
[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"

[project]
name = "is-osm-uptodate"
version = "1.6"
Expand Down

0 comments on commit 7df0343

Please sign in to comment.