-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.toml
34 lines (32 loc) · 1.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
31
32
33
34
[build-system]
#requires = ["setuptools>=61.0", "cython", "numpy"]
requires = ["setuptools", "cython", "numpy"]
build-backend = "setuptools.build_meta"
[project]
name = "hazel"
version = "2018.9.22"
authors = [
{ name="A. Asensio Ramos", email="[email protected]" },
]
description = "Hazel synthesis and inversion code"
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
"Operating System :: Unix",
"Operating System :: POSIX",
"Operating System :: MacOS",
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python',
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Physics',
]
dynamic = ["license", "keywords", "dependencies"]
[project.urls]
"Homepage" = "https://github.com/aasensio/hazel2"
"Bug Tracker" = "https://github.com/aasensio/hazel2/issues"