move marker down to other requires

This commit is contained in:
Patrick Kanzler 2020-05-09 02:15:13 +02:00
parent 2c4552a528
commit faa9414da5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,6 @@ setup(
'receipt,',
],
platforms='any',
python_requires='>=3.5',
package_dir={"": "src"},
packages=find_packages(where="src", exclude=["tests", "tests.*"]),
package_data={'escpos': ['capabilities.json']},
@ -75,6 +74,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
],
python_requires='>=3.5',
install_requires=[
'pyusb>=1.0.0',
'Pillow>=2.0',