1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Convert ini format to yaml format.

This commit is contained in:
Davis Goglin
2016-03-15 13:47:23 -07:00
committed by Davis Goglin
parent 39e912bef4
commit c26c875b61
4 changed files with 23 additions and 29 deletions

View File

@@ -73,8 +73,7 @@ setup(
'pyserial',
'six',
'appdirs',
'future',
'localconfig',
'pyyaml',
],
setup_requires=[
'setuptools_scm',