-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
30 lines (27 loc) · 875 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
[metadata]
name = mpllayout
description = Easily create axes layout on matplotlib figure
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: mpllayout.__version__
author = "Guangyu Li"
author_email = "[email protected]"
license = GNU General Public License v3
classifiers =
License :: OSI Approved :: GNU General Public License v3
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
project_urls =
Homepage = "https://github.com/lguangyu/MatplotlibLayout.git"
Bug Tracker = "https://github.com/lguangyu/MatplotlibLayout/issues"
[options]
install_requires =
matplotlib >= 3.4.0
[options.packages.find]
where = src
[tool:pytest]
testpaths = tests