forked from sherpa-deproject/deproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (40 loc) · 1.22 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
43
44
45
46
[metadata]
version = 0.2.2
name = deproject
author = Douglas Burke, Tom Aldcroft
author_email = [email protected]
url = https://deproject.readthedocs.io/
project_urls =
Issue Tracker = https://github.com/sherpa-deproject/deproject/issues/
Source Code = https://github.com/sherpa-deproject/deproject/
Documentaion = https://deproject.readthedocs.io/
keywords = deprojection, xray, 3d, 2d, plasma, Astrophysics, onion
description = Sherpa deprojection package (X-ray analysis of Galaxy Clusters, Groups, and Galaxies)
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD
license_files = LICENSE
platforms = Linux, Mac OS X
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
[options]
# zip_safe = False
python_requires = ~=3.7
install_requires =
sherpa >= 4.14.0
astropy
scipy
tests_require =
pytest
package_dir =
=src
packages = find:
[options.packages.find]
where=src