-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
59 lines (54 loc) · 1.96 KB
/
setup.cfg
File metadata and controls
59 lines (54 loc) · 1.96 KB
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
[options]
zip_safe = False
python_requires = >=3.11, <=3.12
include_package_data = True
packages = find:
install_requires = file: requirements.txt
[options.packages.find]
exclude =
tests
*.tests
*.tests.*
tests.*
[options.extras_require]
dev =
pytest
####################################################
[options.entry_points]
#console_scripts =
# slim-sample-project = vercye_ops.hello_world:main
[metadata]
name = spindle
url = https://github.jpl.nasa.gov/osia/spindle
download_url = https://github.jpl.nasa.gov/osia/spindle/releases/latest
project_urls =
Documentation = https://github.jpl.nasa.gov/osia/spindle/README.md
Site = https://github.jpl.nasa.gov/osia/spindle
Source = https://github.jpl.nasa.gov/osia/spindle
Tracker = https://github.jpl.nasa.gov/osia/spindle/issues
Download = https://github.jpl.nasa.gov/osia/spindle/releases/latest
author = MLIA Group at JPL
author_email = [email protected]
description = Research into onboard analysis of imaging spectroscopy data
keywords = science autonomy, imaging spectroscopy, nasa, jpl, Endurance, MSH, remote sensing
####################################################
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Scientific/Engineering
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: System :: Installation/Setup
license = Apache-2.0
license_files =
LICENSE
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8