-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
48 lines (40 loc) · 868 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = sparc4-pipeline
author = SPARC4-Dev team
author_email = [email protected]
license = BSD 3-Clause
license_file = licenses/LICENSE.rst
url = https://github.com/sparc4-dev/sparc4-pipeline
description = Reduction pipeline for SPARC4 polarimeter
long_description = file: README.rst
long_description_content_type = text/x-rst
edit_on_github = False
github_project = sparc4-dev/sparc4-pipeline
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
astropop
[options.extras_require]
all =
matplotlib
test =
docs =
ipython
ipykernel
sphinx-astropy
sphinx-book-theme
numpydoc
nbsphinx
pandoc
[options.package_data]
s4pipe = data/*
[options.packages.find]
exclude =
tests
[pycodestyle]
max-line-length = 120
[pydocstyle]
convention = numpy