-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (41 loc) · 857 Bytes
/
Copy pathsetup.cfg
File metadata and controls
45 lines (41 loc) · 857 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
45
[metadata]
name=mpl_visual_context
author=Jae-Joon Lee
author_email=lee.j.joon@gmail.com
url = https://github.com/leejjoon/mpl-visual-context
license=BSD 3-Clause
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
install_requires =
matplotlib
scipy
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
pandas
cmocean
mplcyberpunk
SecretColors
dev =
%(test)s
%(doc)s