Skip to content

Commit

Permalink
add raster test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElcoK committed Dec 15, 2023
1 parent 426ea72 commit 739551a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 51 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
requires = ["setuptools>=64.0.0"]
build-backend = "setuptools.build_meta"

[project]
name = "damagescanner"
dynamic = ["version"]
version = 0.7
authors = [
{name = "Elco Koks", email = "elco.koks@vu.nl"},
]
Expand All @@ -16,9 +20,9 @@ classifiers=[
"Topic :: Utilities",
]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"geopandas >= 0.12.2",
"geopandas >= 0.13",
"matplotlib >= 3.0",
"numpy >= 1.20",
"pyproj >= 3.0",
Expand Down
20 changes: 0 additions & 20 deletions setup.cfg

This file was deleted.

28 changes: 0 additions & 28 deletions setup.py

This file was deleted.

0 comments on commit 739551a

Please sign in to comment.