-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
47 lines (43 loc) · 1.28 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
42
43
44
45
46
47
[metadata]
name = glyphspkg
description = Converter from .glyphspackage to .glyphs files and vice versa
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/jenskutilek/glyphspkg
author = Jens Kutilek
license = MIT
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Environment :: Console
Topic :: Multimedia :: Graphics
Topic :: Multimedia :: Graphics :: Graphics Conversion
Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
project_urls =
Documentation = https://github.com/jenskutilek/glyphspkg
Source = https://github.com/jenskutilek/glyphspkg
Tracker = https://github.com/jenskutilek/glyphspkg/issues
[options]
package_dir=
=Lib
packages=find:
platforms = any
include_package_data = True
install_requires =
openstep-plist >= 0.4.0
python_requires = >=3.8
setup_requires =
setuptools_scm
[options.packages.find]
where=Lib
[options.entry_points]
console_scripts =
glyphspkg = glyphspkg.cmdline:main
[flake8]
select = B, C, E, F, W, T4, B9
ignore = E203, E266, E501, W503, E741
max-line-length = 88
max-complexity = 19
exclude = .git, __pycache__, build, dist, .eggs, .tox