forked from spacetelescope/pysiaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (30 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
[metadata]
package_name = pysiaf
description = Handling of Science Instrument Aperture Files (SIAF) for space telescopes
long_description = A python package to access, interpret, maintain, and generate Science Instrument Aperture Files, in particular of JWST. Tools for applying the frame transformations, plotting, comparison, and validation are provided.
author = STScI
author_email = [email protected]
license = BSD
edit_on_github = False
github_project = spacetelescope/pysiaf
description-file = README.md
url = http://www.stsci.edu/
homepage = http:://www.stsci.edu/
[build-sphinx]
source-dir = docs
build-dir = docs
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[tool:pytest]
minversion = 3.0
norecursedirs = build docs/_build relic
[flake8]
# See http://flake8.pycqa.org/en/latest/user/configuration.html
[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