-
Notifications
You must be signed in to change notification settings - Fork 32
/
setup.cfg
36 lines (32 loc) · 1009 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
[metadata]
name = simpinkscr
url = https://github.com/spakin/SimpInkScr
author = Scott Pakin
author_email = [email protected]
description = Simple Inkscape Scripting.
version = 4.0.0
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0 license
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Source Code = https://github.com/spakin/SimpInkScr
[options]
zip_safe = False
packages = simpinkscr
python_requires = >=3.7
install_requires =
inkex
[options.entry_points]
console_scripts =
simple_inkscape_scripting = simpinkscr.simple_inkscape_scripting:main
svg_to_simp_ink_script = simpinkscr.svg_to_simp_ink_script:main
[bdist_wheel]
universal = 1