1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Merge branch 'master' into python-barcode

This commit is contained in:
Patrick Kanzler
2020-05-09 01:55:21 +02:00
committed by GitHub
12 changed files with 75 additions and 29 deletions

View File

@@ -65,8 +65,8 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
],
@@ -95,7 +95,7 @@ setup(
'nose',
'scripttest',
'mock',
'hypothesis!=3.56.9,<4',
'hypothesis>4',
'flake8'
],
entry_points={