-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
33 lines (31 loc) · 1.06 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
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
# [project]
# name = "zhunter"
# description = "A Python-based visualization tool for finding redshifts and manipulating astronomical spectra. "
# readme = "README_short.md"
# requires-python = ">=3.9"
# keywords = ["one", "two"]
# license = {text = "GNU General Public License v3 (GPLv3)"}
# classifiers = [
# "Programming Language :: Python :: 3.8",
# "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
# "Operating System :: OS Independent",
# "Natural Language :: English",
# "Intended Audience :: Science/Research",
# "Topic :: Scientific/Engineering :: Astronomy",
# "Topic :: Scientific/Engineering :: Visualization",
# "Development Status :: 4 - Beta",
# ]
# dependencies = [
# "numpy>=1.22",
# "astropy>=5.0",
# "matplotlib>=3.5",
# "pandas>=1.4",
# "spectres>=2.1",
# ]
# dynamic = ["version", "dependencies"]
# [tool.setuptools.dynamic]
# version = {attr = "zhunter.__version__"}
# dependencies = {file = "requirements.txt"}