Skip to content

Commit

Permalink
removed setup.cfg and .py and also added pdal as a despendency alongs…
Browse files Browse the repository at this point in the history
…ide python-pdal
  • Loading branch information
rosepearson committed Apr 14, 2024
1 parent ad0901b commit e48b33e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "geofabrics"
version = "1.1.13"
version = "1.1.14"
description = "A package for creating geofabrics for flood modelling."
readme = "README.md"
authors = [{ name = "Rose pearson", email = "rose.pearson@niwa.co.nz" }]
Expand All @@ -26,6 +26,7 @@ dependencies = [
"distributed",
"gdal",
"geopandas>=0.10",
"pdal",
"python-pdal",
"rioxarray",
"geoapis",
Expand All @@ -40,7 +41,7 @@ geofabrics_from_file = "geofabrics.__main__:cli_run_from_file"
geofabrics_from_dict = "geofabrics.__main__:cli_run_from_dict"

[tool.setuptools]
packages = ["geofabrics"]
packages = ["src.geofabrics"]

[project.optional-dependencies]
dev = ["black", "check-manifest", "python-dotenv", "pip-tools", "pytest"]
Expand Down
8 changes: 0 additions & 8 deletions setup.cfg

This file was deleted.

18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/geofabrics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Contains the package version information
"""

__version__ = "1.1.13"
__version__ = "1.1.14"

0 comments on commit e48b33e

Please sign in to comment.