-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (38 loc) · 1.35 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
[metadata]
name = ziaplot
version = attr: ziaplot.__version__
author = Collin J. Delker
author_email = ziaplot@collindelker.com
url = https://ziaplot.readthedocs.io
description = Draw light-weight plots, graphs, and charts
long_description = file: README.md
long_description_content_type = text/markdown
keywords = plot, chart, graph, smith chart, bar, pie
license = MIT
project_urls =
Documentation = https://ziaplot.readthedocs.io
Source Code = https://github.com/cdelker/ziaplot
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Education
Intended Audience :: Science/Research
Intended Audience :: End Users/Desktop
Intended Audience :: Developers
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Visualization
[options]
packages = find:
zip_safe = False
python_requires = >= 3.8
include_package_data = True
[options.extras_require]
cairo = cairosvg
math = ziafont>=0.7; ziamath>=0.9; latex2mathml