forked from spacetelescope/stginga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (34 loc) · 958 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
[build_sphinx]
source-dir = docs/source
build-dir = docs/_build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[pytest]
minversion = 2.2
norecursedirs = build docs/_build
[ah_bootstrap]
auto_use = True
[pycodestyle]
exclude = extern,sphinx
[metadata]
package_name = stginga
version = 0.1.3.dev
description = Ginga products specific to STScI data analysis
long_description = Ginga products specific to STScI data analysis
author = STScI
author_email = [email protected]
license = BSD
url = https://github.com/spacetelescope/stginga
edit_on_github = False
github_project = spacetelescope/stginga
classifiers =
Intended Audience :: Science/Research,
License :: OSI Approved :: BSD License,
Operating System :: OS Independent,
Programming Language :: Python,
Topic :: Scientific/Engineering :: Astronomy,
Topic :: Software Development :: Libraries :: Python Modules
[entry_points]
stginga = stginga.gingawrapper:_main