-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (38 loc) · 954 Bytes
/
setup.cfg
File metadata and controls
44 lines (38 loc) · 954 Bytes
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
[versioneer]
VCS = git
style = pep440
versionfile_source = pystare/_version.py
versionfile_build = pystare/_version.py
tag_prefix = v
parentdir_prefix = pystare
[metadata]
name = pystare
author = NiklasGriessbaum
author_email = griessbaum@ucsb.edu
description = PySTARE exposes the STARE library to python.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/SpatioTemporal/pystare
project_urls =
Bug Tracker = https://github.com/SpatioTemporal/pystare/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
packages = pystare
python_requires= >=3.9
install_requires = numpy>=2.0.0
setup_requires = numpy>=2.0.0
include_package_data = False
[options.extras_require]
test =
numpy
matplotlib
pytest
pytest-cov
astropy
docs =
sphinx
numpydoc