-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpyproject.toml
27 lines (25 loc) · 869 Bytes
/
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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "brighteyes-ism"
version = "1.3.4"
authors = [
{ name="Alessandro Zunino", email="[email protected]" },
]
description = "A toolbox for analysing and simulating ISM images"
readme = "README.md"
requires-python = ">=3.7"
license = {file = "LICENSE.txt"}
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
]
dynamic = ["dependencies", "optional-dependencies"]
[project.urls]
"Homepage" = "https://github.com/VicidominiLab/brighteyes-ism"
"Documentation" = "https://brighteyes-ism.readthedocs.io"