-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (37 loc) · 1.18 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
[metadata]
name = opus-seti
author = Benoit Seignovert
author-email = [email protected]
summary = Python package for OPUS (NASA-PDS/Seti) search tool API
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = http://github.com/seignovert/python-opus-seti
license = MIT
keywords = NASA, Seti, Ring-node, API
classifier =
Development Status :: 4 - Beta
Natural Language :: English
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.6
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Atmospheric Science
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Visualization
[files]
packages =
opus
[wheel]
universal = 1
[tool:pytest]
addopts = -vv --cov-report term-missing --cov-report html --cov-report xml
[entry_points]
console_scripts =
opus = opus.cli:data
opus-meta = opus.cli:metadata
opus-preview = opus.cli:image
opus-files = opus.cli:files
opus-field = opus.cli:field
cassini-vims = opus.cli.cassini:vims