-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
66 lines (57 loc) · 1.3 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
57
58
59
60
61
62
63
64
65
66
[bumpversion]
current_version = 0.4.5
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{build}
{major}.{minor}.{patch}
[bumpversion:part:release]
optional_value = prod
first_value = dev
values =
dev
prod
[bumpversion:part:build]
[bumpversion:file:VERSION]
[bumpversion:file:setup.py]
[aliases]
test = pytest
[bdist_wheel]
universal = 1
[metadata]
name = pymosaic-fits
license = GPL-2+
license_file = COPYING
author = V.S.
author_email = [email protected]
url = https://odahub.io/
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: POSIX
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet
Topic :: Scientific/Engineering :: Astronomy
[options]
packages = find:
install_requires =
astropy
healpy
click
matplotlib
pandas
tests_require =
pytest
mypy
pylint
[options.entry_points]
console_scripts =
mosaic = mosaic:mosaic