forked from spacetelescope/wfc3tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (28 loc) · 906 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
[metadata]
package_name = wfc3tools
description = Python Tools for HST WFC3 Data
long_description = A package which contains wrappers for the calwf3 reduction scripts and tools to aid data analysis
author = STScI
author_email = [email protected]
license = BSD
edit_on_github = False
github_project = spacetelescope/wfc3tools
description-file = README.rst
url = http://wfc3tools.readthedocs.io/
homepage = http:://wfc3tools.readthedocs.io/
[build-sphinx]
source-dir = docs
build-dir = docs
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[tool:pytest]
minversion = 2.2
norecursedirs = build docs/_build relic
[entry_points]
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=1