forked from naojsoft/spot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
64 lines (58 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
[bdist_wheel]
universal = 1
[metadata]
name = spot
description = Subaru telescope Planning and Observation Tools
long_description = file: README.md
long_description_content_type = text/markdown
author = Software Division, Subaru Telescope, NAOJ
author_email = [email protected]
license = BSD
license_files = LICENSE.md
url = https://github.com/naojsoft/spot
edit_on_github = False
github_project = naojsoft/spot
keywords = subaru, telescope, astronomy, planning, ginga, plugins
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
[options]
zip_safe = False
packages = find:
python_requires = >=3.8
install_requires =
ginga>=4.1.1
matplotlib>=3.4
astroquery>=0.4.6
requests>=2.26.0
python-magic>=0.4.15
setup_requires = setuptools_scm
include_package_data = True
scripts =
scripts/spot
[options.extras_require]
recommended =
scipy>=0.18.1
opencv-python>=4.5.4.58
[options.package_data]
spot.icons = *.svg
spot.config = *.yml
spot.doc = *.md, *.rst, *.yml, *.txt
[options.entry_points]
spot_plugins =
FindImage = spot.plugins:setup_FindImage
InsFov = spot.plugins:setup_InsFov
PolarSky = spot.plugins:setup_PolarSky
TelescopePosition = spot.plugins:setup_TelescopePosition
SkyCam = spot.plugins:setup_SkyCam
Targets = spot.plugins:setup_Targets
Visibility = spot.plugins:setup_Visibility
SiteSelector = spot.plugins:setup_SiteSelector
HSCPlanner = spot.plugins:setup_HSCPlanner