-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
48 lines (38 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
37
38
39
40
41
42
43
44
45
46
47
[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
[ah_bootstrap]
auto_use = True
[flake8]
exclude = extern,sphinx,*parsetab.py
[pycodestyle]
exclude = extern,sphinx,*parsetab.py
[metadata]
package_name = fleck
description = Fast approximate spectrophotometry for active stars
long_description = Fast approximate spectrophotometry for active stars
author = Brett M. Morris
author_email = morrisbrettm@gmail.com
license = Other
url = /~https://github.com/bmorris3/fleck
edit_on_github = False
github_project = bmorris3/fleck
# install_requires should be formatted as a comma-separated list, e.g.:
install_requires = astropy, scipy, shapely, matplotlib
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
minimum_python_version = 3.10
[entry_points]
# astropy-package-template-example = packagename.example_mod:main