File: setup.cfg

package info (click to toggle)
python-ttfautohint-py 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: python: 1,978; makefile: 109; sh: 62
file content (16 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[tool:pytest]
minversion = 2.8
testpaths = 
	tests
addopts = 
	-v
	-r a
filterwarnings =
    ignore:tostring.*is deprecated:DeprecationWarning
    ignore:fromstring.*is deprecated:DeprecationWarning