forked from spacetelescope/subpixal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (33 loc) · 1.17 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
[metadata]
package_name = subpixal
description = A package for sub-pixel cross-correlation image alignment
long_description = README.rst
author = Mihai Cara, Andrew Fruchter, Rebekah Hounsell
author_email = [email protected]
license = BSD-3-Clause
version-date = 11-March-2019
version = 0.0.6.dev
edit_on_github = False
github_project = spacetelescope/subpixal
description-file = README.rst
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
[pep8]
select = E101,W191,W291,W292,W293,W391,E111,E112,E113,E901,E902,E101,W191,W291,W292,W293,W391,E111,E112,E113,E901,E902,E201,E202,E203,E211,E221,E222,E223,E224,E225,E226,E227,E228,E231,E241,E242,E251,E271,E272,E273,E274
exclude = extern,sphinx,*parsetab.py
[pytest]
minversion = 3.0
norecursedirs = .* *.egg-info 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=0