-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
41 lines (38 loc) · 1008 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
35
36
37
38
39
40
[metadata]
name = rgblues
version = attr: rgblues.__version__
description = RGB from Gaia EDR3
url: https://github.com/guaix-ucm/rgblues
license = GPLv3
license_file = LICENSE
author = Nicolás Cardiel
author_email = [email protected]
classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Astronomy
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages =
rgblues
rgblues.core
rgblues.gui
install_requires =
numpy
astropy
matplotlib
requests
astroquery
pyvo
pooch
[options.entry_points]
console_scripts =
rgblues = rgblues.__main__:main