Skip to content

Commit

Permalink
FurtherEdits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Sep 28, 2023
1 parent fff2fc7 commit 5beb306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ include README.md
include requirements.txt
include requirements_dev.txt

recursive-exclude * __pycache__
recursive-exclude * __pycache__

exclude .git/* .idea/*
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "Spatial data processing for geomodeling"
keywords = ["dataprocessing", "modeling", "geospatial", "geographic-data", "spatial-data", "rasterdata", "vectordata",
"geographic", "geomodeling"]
readme = "README.md"
#license = {file = LICENSE}
license = {file = "LICENSE"}
dynamic = ['version']
requires-python = ">=3.8"
classifiers = [
Expand Down

0 comments on commit 5beb306

Please sign in to comment.