From faa9414da5ef639512388a7330dfa3c18b822f9e Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 9 May 2020 02:15:13 +0200 Subject: [PATCH] move marker down to other requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6271205..f2c69c7 100755 --- a/setup.py +++ b/setup.py @@ -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',