-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
83 lines (80 loc) · 2.3 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[metadata]
name = bapsflib
author = Basic Plasma Science Facility
maintainer = Erik T. Everson
maintainer_email = eeverson@physics.ucla.edu
description = A toolkit for handling data collected at BaPSF
long_description = file: README.md
long_description_content_type = text/markdown
license = 3-clause BSD
license_file = LICENSES/LICENSE.txt
url = https://github.com/BaPSF/bapsflib
download_url = https://pypi.org/project/bapsflib/
project_urls =
BaPSF = http://plasma.physics.ucla.edu/
Documentation = https://bapsflib.readthedocs.io/en/latest/
GitHub = https://github.com/BaPSF/bapsflib
keywords = bapsf, HDF5, lapd, physics, plasma, plasma physics, science
classifiers =
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Topic :: Education
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
Topic :: Software Development
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.9
zip_safe = false
packages = find:
include_package_data = True
setup_requires =
# PEP-518 encourages the use of pyproject.toml for defining
# build dependencies...they should be defined under build-system.requires
install_requires =
# ought to mirror requirements/install.txt
astropy >= 4.3.1
h5py >= 3.0
numpy >= 1.20
scipy >= 0.19
[options.extras_require]
extras =
# ought to mirror requirements/extras.txt
# for developers
black==24.3.0
codespell
isort
tests =
# ought to mirror requirements/tests.txt
codecov >= 2.0.15
coverage[toml] >= 4.5.1
docs =
# ought to mirror requirements/docs.txt
numpydoc >= 1.6
packaging
sphinx >= 3.2.0
sphinx-automodapi >= 0.13
sphinx-changelog
sphinx-gallery
sphinx-hoverxref >= 1.3
sphinx_rtd_theme
towncrier == 22.8.0
developer =
# install everything for developers
%(docs)s
%(extras)s
%(tests)s
[codespell]
skip = *.png,*cache*,*egg*,.git,.hypothesis,.idea,.tox,_build,venv
ignore-words-list =
assertIn,
crate,
oce,
DNE,