-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
27 lines (23 loc) · 934 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
[metadata]
name = keckdrpframework
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
version = 0.0.dev
author = L. Rizzi, S. Kwok, M. Brown
author_email = [email protected]
description = Framework for DRPs at Keck
long_description =
license = BSD 3-Clause
url = https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git
edit_on_github = False
github_project = Keck-DataReductionPipelines/KeckDRPFramework
python_requires = ">=3.6"
[options]
# install_requires should be formatted as a semicolon-separated list, e.g.:
# install_requires = astropy; scipy; matplotlib
install_requires = astropy
zip_safe = False
use_2to3 = False
[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