-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (42 loc) · 1.31 KB
/
setup.cfg
File metadata and controls
44 lines (42 loc) · 1.31 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
[metadata]
name = phab-utils
#version = attr: %(name)s.version.__version__
# fails on building a wheel with `No module named 'phab'`, probably because `phab` is just a namespace now
version = attr: phab.utils._version.__version__
author = retif
description = PHAB utilities for data processing
long_description = file: README.md
long_description_content_type = text/markdown
keywords = tap, adql, astronomy, astrophysics, cosmology, science
url = https://github.com/retifrav/phab-utils
project_urls =
Documentation = https://phab.decovar.dev/
Bug Tracker = https://github.com/retifrav/phab-utils/issues
Changelog = https://github.com/retifrav/phab-utils/blob/master/changelog.md
classifiers =
Programming Language :: Python :: 3.8
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Topic :: Scientific/Engineering :: Astronomy
Intended Audience :: Science/Research
Intended Audience :: Education
Intended Audience :: Developers
[options]
package_dir =
= src
packages = find_namespace:
python_requires = >=3.8
install_requires =
pyvo
numpy
pandas
pandera
astropy
astroquery
lightkurve
matplotlib
tabulate
[options.packages.find]
where = src