-
Notifications
You must be signed in to change notification settings - Fork 15
/
setup.cfg
38 lines (34 loc) · 968 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
[metadata]
name = potracer
version = 0.0.4
description = Python Potrace
long_description_content_type=text/markdown
long_description = file: README.md
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Intended Audience :: Developers
Topic :: Multimedia :: Graphics
Topic :: Multimedia :: Graphics :: Graphics Conversion
Topic :: Utilities
author = Tatarize
author_email = [email protected]
url = https://github.com/tatarize/potrace
license = GPLv2+
[options]
zip_safe = True
include_package_data = True
packages = find:
package_dir =
= .
test_suite = test
[pep8]
max-line-length=100
[bdist_wheel]
universal=1