-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (50 loc) · 1.31 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
47
48
49
50
51
52
53
54
55
56
[metadata]
name = chimera-pulsar
description = Create wideband TOAs from CHIME pulsar observations.
author = Abhimanyu Susobhanan, Gabriella Agazie, David Kaplan
author_email = [email protected]
url = https://github.com/abhisrkckl/chimera
# project_urls =
# Documentation =
license = License :: GNU General Public License v3.0
classifier =
Intended Audience :: Science/Research
License :: GNU General Public License v3.0
Operating System :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
packages = find:
package_dir =
include_package_data = True
python_requires = >=3.8
install_requires =
astropy>=4.0
numpy>=1.17.0
loguru
pint-pulsar>=0.9.0
PulsePortraiture
[options.packages.find]
where = .
[options.package_data]
* = *.*
[bdist_wheel]
universal = 0
statistics = True
rst-roles =
class,
module,
func,
[versioneer]
VCS = git
style = pep440
versionfile_source = chimerawb/_version.py
versionfile_build = chimerawb/_version.py
tag_prefix =
parentdir_prefix = chimerawb-