-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
67 lines (62 loc) · 1.65 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
[metadata]
name = roz
description = Quality Control Lowell Observatory Science Data
long_description = file: README.md
long_description_content_type = text/markdown
author = Timothy P. Ellsworth Bowers
author_email = [email protected]
license = MPL-2.0
url = https://github.com/LowellObservatory/Roz
edit_on_github = False
github_project = LowellObservatory/Roz
keywords = roz
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Topic :: Documentation :: Sphinx
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: User Interfaces
[options]
zip_safe = False
use_2to3=False
packages = find:
python_requires = >=3.10
setup_requires = setuptools_scm
include_package_data = True
install_requires =
astropy>=5.1
setuptools
setuptools_scm
matplotlib>=3.5
numpy>=1.22
tqdm
atlassian-python-api
beautifulsoup4
scipy
ccdproc
photutils
astroplan
ffmpeg-python
ligmos @ git+https://github.com/LowellObservatory/ligmos
johnnyfive @ git+https://github.com/LowellObservatory/JohnnyFive
[options.extras_require]
docs =
sphinx
sphinx-automodapi
sphinx_rtd_theme
dev =
sphinx
sphinx-automodapi
sphinx_rtd_theme
pylint
black
[options.entry_points]
console_scripts =
roz = roz.main_driver:entry_point
purge_attachments = roz.lmi_confluence_table:purge_page_attachments