-
Notifications
You must be signed in to change notification settings - Fork 17
/
setup.cfg
69 lines (60 loc) · 1.77 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[metadata]
name = stips
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
version = 2.2.2
author = Space Telescope Science Institute
author_email = [email protected]
description = STIPS is the Space Telescope Imaging Product Simulator.
long_description = STIPS is the Space Telescope Imaging Product Simulator. It is designed to create simulations of full-detector post-pipeline astronomical scenes for the Nancy Grace Roman Space Telescope.
license = BSD 3-Clause
url = https://github.com/spacetelescope/STScI-STIPS
edit_on_github = False
github_project = https://github.com/spacetelescope/STScI-STIPS
python_requires = ">=3.10"
[options]
packages = stips
setup_requires =
numpy
install_requires =
astropy
numpy
scipy
photutils
synphot>=1.1.1
stsynphot>=1.1.0
webbpsf>=1.1.1
pandeia.engine>=3.1
montage-wrapper
pyyaml
soc_roman_tools
zip_safe = False
use_2to3 = False
include_package_data = True
[options.package_data]
* = *.c
stips = data/*
stips.tests = coveragerc
[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
doctest_plus = enabled
addopts = -p no:warnings
markers =
slow: takes more than 12.5 minutes. Deselect with '-m "not slow"'
veryslow: takes more than 1 hour. Deselect with '-m "not veryslow"'
network: requires internet connection. Deselect with '-m "not network"'
[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