-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
41 lines (38 loc) · 961 Bytes
/
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 = alpsplot
version = attr:alpsplot.version.__version__
description = Python plotting library of alps-lab style using matplotlib.
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/ain-soph/alpsplot
docs_url = https://ain-soph.github.io/alpsplot/
author = Ren Pang
author_email = [email protected]
license = GPL-3
classifier =
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3
keywords =
plot
python
matplotlib
platforms = any
[options]
zip_safe = False
packages = find:
install_requires =
matplotlib>=3.5.0
numpy
scipy
python_requires = >=3.10
[options.package_data]
alpsplot =
utils/fonts/*.ttf
*.mplstyle
[options.packages.find]
exclude =
test