-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
34 lines (32 loc) · 920 Bytes
/
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
[metadata]
name = zCluster
author = Matt Hilton + zCluster Contributors
author_email = [email protected]
url = https://github.com/ACTCollaboration/zCluster
description = A code for measuring galaxy cluster photometric redshifts
long_description = file: README.rst
keywords = astrophysics
license = GPL v3
classifiers =
Programming Language :: Python :: 3
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Operating System :: POSIX
Topic :: Scientific/Engineering :: Astronomy
[versioneer]
VCS = git
style = pep440
versionfile_source = zCluster/_version.py
versionfile_build = zCluster/_version.py
tag_prefix = v
parentdir_prefix = zCluster-
[options]
install_requires =
astropy >= 4.0
numpy >= 1.19
matplotlib >= 2.0
astLib >= 0.11.10
scipy >= 1.0
requests