-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.toml
37 lines (34 loc) · 1.21 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
35
36
37
[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="andres.asensio@iac.es" },
]
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", "version"]
[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools-scm
[project.urls]
"Homepage" = "https://github.com/aasensio/hazel2"
"Bug Tracker" = "https://github.com/aasensio/hazel2/issues"