-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
30 lines (28 loc) · 1 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "pybalmorel"
version = "0.4.5"
maintainers = [
{ name="Mathias Berg Rosendal", email="[email protected]"},
{ name="Théodore Le Nalinec"},
]
authors = [
{ name="Mathias Berg Rosendal", email="[email protected]"},
]
description = "A package for convenient python functions when processing Balmorel data or results"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ['pandas>=2.1.4', 'matplotlib>=3.9.0', 'geopandas>=0.14.4',
'gamsapi[transfer]>=45.7.0', 'ipywidgets>=8.1.3', 'eel>=0.17.0']
[project.urls]
Repository = "https://github.com/Mathias157/pybalmorel"
Issues = "https://github.com/Mathias157/pybalmorel/issues"
[tool.setuptools.package-data]
"pybalmorel" = ["Balmorelbb4_ReadData.inc",
"Balmorel_ReadData.gms",
"geofiles/*.*",
"interactive/dashboard/static/*.*"]