mark as requiring at least python 3.5
This commit is contained in:
parent
557991d80b
commit
2c4552a528
1
setup.py
1
setup.py
|
@ -54,6 +54,7 @@ setup(
|
||||||
'receipt,',
|
'receipt,',
|
||||||
],
|
],
|
||||||
platforms='any',
|
platforms='any',
|
||||||
|
python_requires='>=3.5',
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
packages=find_packages(where="src", exclude=["tests", "tests.*"]),
|
packages=find_packages(where="src", exclude=["tests", "tests.*"]),
|
||||||
package_data={'escpos': ['capabilities.json']},
|
package_data={'escpos': ['capabilities.json']},
|
||||||
|
|
Loading…
Reference in New Issue