33 lines
417 B
INI
33 lines
417 B
INI
[bumpversion]
|
|
current_version = 3.3.1.dev0
|
|
commit = True
|
|
tag = True
|
|
tag_name = {new_version}
|
|
files = Lib/fontTools/__init__.py
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[sdist]
|
|
formats = zip
|
|
|
|
[aliases]
|
|
test = pytest
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[tool:pytest]
|
|
minversion = 2.8
|
|
testpaths =
|
|
Lib/fontTools
|
|
python_files =
|
|
*_test.py
|
|
python_classes =
|
|
*Test
|
|
addopts =
|
|
-v
|
|
-r a
|
|
--doctest-modules
|
|
--doctest-ignore-import-errors
|