forked from gbrammer/sregion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (36 loc) · 1.01 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
[metadata]
name = sregion
description = Parsing of IVOA S_REGION strings
author = G. Brammer
author_email = [email protected]
license = MIT
url = http://github.com/gbrammer/sregion
edit_on_github = False
github_project = gbrammer/sregion
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Source = https://github.com/gbrammer/sregion
Tracker = https://github.com/gbrammer/sregion/issues
[options]
python_requires = >=3.6
install_requires =
numpy
astropy
shapely>=2.0
matplotlib
[options.extras_require]
test =
pytest>=5.1
flake8
[tool:pytest]
minversion = 3.0
doctest_plus = enabled
addopts = -p no:warnings
testpaths = sregion/tests
[flake8]
exclude = extern,sphinx,*parsetab.py,astropy_helpers,ah_bootstrap.py,conftest.py,docs/conf.py,setup.py
[pycodestyle]
exclude = extern,sphinx,*parsetab.py,astropy_helpers,ah_bootstrap.py,conftest.py,docs/conf.py,setup.py
[entry_points]
astropy-package-template-example = packagename.example_mod:main