File: setup.cfg

package info (click to toggle)
python-vttlib 0.10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: python: 1,113; makefile: 4; sh: 4
file content (26 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (3)
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
[metadata]
name = vttLib
author = Dalton Maag Ltd
author_email = info@daltonmaag.com
home-page = https://github.com/daltonmaag/vttLib
description = Compile Visual TrueType assembly with FontTools.
license = MIT

[options]
python_requires = >=3.6
packages = find:
package_dir =
    =src
install_requires =
    fonttools[ufo]>=4.0.0
    pyparsing>=2.1.5
    ufoLib2>=0.7.1
setup_requires =
    setuptools_scm[toml]>=3.4
    wheel

[options.packages.find]
where=src

[sdist]
formats = zip