forked from gbrammer/grizli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (45 loc) · 1.09 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
[metadata]
name = grizli
description = Grism analysis pipeline
author = G. Brammer
author_email = [email protected]
license = MIT
url = http://github.com/gbrammer/grizli
edit_on_github = False
github_project = gbrammer/grizli
install_requires =
numpy
cython
astropy
sregion>=1.0
description-file = README.rst
python_requires = ">=3.7"
version = 1.5.1
[options]
install_requires = numpy
zip_safe = False
use_2to3 = False
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[build_docs]
source-dir = docs
build-dir = docs/_build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[tool:pytest]
minversion = 3.0
norecursedirs = build docs/_build astropy_helpers
doctest_plus = enabled
addopts = -p no:warnings
testpaths =
grizli/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