-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (38 loc) · 1.09 KB
/
setup.cfg
File metadata and controls
40 lines (38 loc) · 1.09 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
[metadata]
license_files = LICENSE
name = pydarn
version = attr: pydarn.version.__version__
author = SuperDARN Data Visualization Working Group
long_description = file: README.md
long_description_content_type = text/markdown
description = Data visualization library for SuperDARN data
url = https://pydarn.readthedocs.io/en/latest/
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Physics
Topic :: Software Development :: Libraries
[options]
python_requires = >=3.8
packages = find_namespace:
include_package_data = True
install_requires =
pyyaml
numpy
matplotlib>=3.7.0
aacgmv2
pydarnio>=2.0.0
scipy>=1.17.0
cartopy>=0.22.0
[options.packages.find]
exclude =
test*
test_files*
docs*
build*