Skip to content

Commit ee71447

Browse files
committed
toml missing fix
1 parent 76522fc commit ee71447

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ prune usage_samples
33
prune .vscode
44
prune qgis-launchers
55
prune hooks
6+
prune tests
7+
prune src/fire2template

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description = "Algorithms and tools python package for Forest Fire Research, Man
1717
readme = "README.md"
1818
requires-python = ">=3.9"
1919
keywords = ["fire", "wildfires", "forest fires", "fire management", "fire analytics", "fire research", "fire modeling"]
20-
license = {file = "LICENSE.txt"}
20+
license = "GPL-3.0-or-later"
2121
classifiers = [
2222
"Programming Language :: Python :: 3",
2323
]
@@ -31,7 +31,7 @@ dependencies = [
3131
"pyomo",
3232
"scikit-learn",
3333
"scipy",
34-
"toml; python_version < '3.11'"
34+
"toml"
3535
]
3636

3737
[tool.setuptools_scm]

0 commit comments

Comments
 (0)