Loading pyproject.toml +1 −8 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pythermogis" version = "0.1.14" version = "0.1.15" description = "This is a Python API to the ThermoGIS Java code" authors = [{ name = "Brett", email = "hen.brett@tno.nl" }] readme = "README.md" Loading @@ -22,12 +22,5 @@ dependencies = [ where = ["."] include = ["pythermogis*"] # Ensure all submodules are included [tool.setuptools.package-data] "pythermogis" = ["resources/thermogis_jar/*"] # Ensure all files inside 'lib/' are included [tool.setuptools] include-package-data = true [tool.twine] repository = "pypi" Loading
pyproject.toml +1 −8 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pythermogis" version = "0.1.14" version = "0.1.15" description = "This is a Python API to the ThermoGIS Java code" authors = [{ name = "Brett", email = "hen.brett@tno.nl" }] readme = "README.md" Loading @@ -22,12 +22,5 @@ dependencies = [ where = ["."] include = ["pythermogis*"] # Ensure all submodules are included [tool.setuptools.package-data] "pythermogis" = ["resources/thermogis_jar/*"] # Ensure all files inside 'lib/' are included [tool.setuptools] include-package-data = true [tool.twine] repository = "pypi"