forked from fonttools/ufoLib2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (36 loc) · 1011 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
38
39
40
41
[metadata]
name = ufoLib2
description = ufoLib2 is a UFO font processing library.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/fonttools/ufoLib2
author = Adrien Tétar
author_email = [email protected]
license = Apache 2.0
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Operating System :: OS Independent
Programming Language :: Python :: 3
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Topic :: Text Processing :: Fonts
License :: OSI Approved :: Apache Software License
[options]
package_dir = =src
packages = find:
python_requires = >=3.7
install_requires =
attrs >= 20.1.0
fonttools[ufo] >= 4.0.0
typing_extensions ; python_version < "3.8"
# https://www.python.org/dev/peps/pep-0561
[options.package_data]
* = py.typed
[options.extras_require]
lxml = lxml
converters = cattrs >= 1.10.0
[options.packages.find]
where = src
[bdist_wheel]
universal = 0