-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (40 loc) · 847 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
42
43
44
[metadata]
name=mpl_poormans_3d
author=Jae-Joon Lee
url = https://github.com//mpl-poormans-3d
license=BSD 3-Clause
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
install_requires =
matplotlib
bezier
mpl-visual-context>=0.9.3
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Framework :: Matplotlib
[options.extras_require]
test =
black
pytest
pytest-mpl
doc =
sphinx
numpydoc
sphinx_rtd_theme
sphinx-copybutton
sphinx-autobuild
sphinx_gallery>=0.8.2
autoapi
seaborn
mplfonts
SecretColors
dev =
%(test)s
%(doc)s