TNO Intern

Commit 5bee6a09 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

well shit, it is not uploading correctly

parent 2e1ad0ee
Loading
Loading
Loading
Loading

MANIFEST.in

0 → 100644
+1 −0
Original line number Diff line number Diff line
recursive-include pythermogis/resources *
−9.53 KiB

File deleted.

dist/pythermogis-0.1.5.tar.gz

deleted100644 → 0
−7.58 KiB

File deleted.

+6 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pythermogis"
version = "0.1.6"
version = "0.1.7"
description = "This is a Python API to the ThermoGIS Java code"
authors = [{ name = "Brett", email = "hen.brett@tno.nl" }]
readme = "README.md"
@@ -23,6 +23,10 @@ where = ["."]
include = ["pythermogis*"]  # Ensure all submodules are included

[tool.setuptools.package-data]
pythermogis = ["*.py", "resoureces/*"]
"pythermogis" = ["resources/thermogis_jar/*"]  # Ensure all files inside 'lib/' are included

[tool.setuptools]
include-package-data = true

[tool.twine]
repository = "pypi"

pythermogis/resources/__init__.py

deleted100644 → 0
+0 −0

Empty file deleted.

Loading