-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (44 loc) · 1.07 KB
/
setup.cfg
File metadata and controls
47 lines (44 loc) · 1.07 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
41
42
43
44
45
46
47
[metadata]
name = speconed
version = 1.0.1
author = Jan-Torge Schindler
author_email = schindler@strw.leidenuniv.nl
description = A lightweight package for the manipulation of 1-D astronomical specta
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
url = https://github.com/jtschindler/speconed
project_urls =
Bug Tracker = https://github.com/jtschindler/speconed/issues
license = BSD-3-Clause
keywords =
spectroscopy
astronomy
science
python
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
[options]
packages = find:
python_requires = >=3.9
install_requires =
numpy
scipy
pandas
h5py
extinction
spectres
astropy
matplotlib
tables
notebook
nbsphinx
nbsphinx-link
sphinx-rtd-theme
requirement_files =
requirements.txt