-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (36 loc) · 1.13 KB
/
Copy pathpyproject.toml
File metadata and controls
40 lines (36 loc) · 1.13 KB
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
31
32
33
34
35
36
37
38
39
40
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "flowplot"
version = "0.0.15"
description = "An interactive visualisation and analyis tool for hydrological and input-output-storage data"
readme = "README.md"
requires-python = ">=3.7"
license = "GPL-3.0-or-later"
authors = [
{ name = "Mikhail Smilovic", email = "smilovic@mail.com" }
]
keywords = ["hydrology", "visualization", "reservoir", "plot", "interactive"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Visualization"
]
dependencies = [
"numpy>=2.1.2",
"plotly>=5.24.0",
"pandas>=2.2.3"
]
[project.urls]
Homepage = "https://github.com/mikhailsmilovic/flowplot"
Repository = "https://github.com/mikhailsmilovic/flowplot"
Issues = "https://github.com/mikhailsmilovic/flowplot/issues"
[tool.setuptools.packages.find]
where = ["."]
include = ["flowplot"]
# Optional: if you have package data like icons, templates, etc.
# [tool.setuptools]
# include-package-data = true