forked from ktsoto/zap
-
Notifications
You must be signed in to change notification settings - Fork 9
/
setup.cfg
42 lines (39 loc) · 1.2 KB
/
setup.cfg
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
[metadata]
name = zap
description = ZAP (the Zurich Atmosphere Purge) is a high precision sky subtraction tool.
long_description = file: README.rst, CHANGELOG
author = Kurt Soto, Simon Conseil
author_email = [email protected]
url = https://github.com/musevlt/zap
keywords = astronomy, astrophysics, science, muse, vlt, sky subtraction
license = MIT License
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.5
setup_requires =
setuptools_scm
install_requires =
numpy
scipy>=0.18.1
astropy>=2.0
scikit-learn
[options.extras_require]
plot = matplotlib
[options.entry_points]
console_scripts =
zap = zap.__main__:main