TNO Intern

Commit d4effc35 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Changing the version number and removing the resource files from the build

parent 6c386e69
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -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"
@@ -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"