Merge pull request #50 from Prash3r/forcePython3

enforce python3 via Setuptools
This commit is contained in:
Manuel83 2021-03-11 22:20:59 +01:00 committed by GitHub
commit e7578030cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ setup(name='cbpi',
'': ['*.txt', '*.rst', '*.yaml'], '': ['*.txt', '*.rst', '*.yaml'],
'cbpi': ['*','*.txt', '*.rst', '*.yaml']}, 'cbpi': ['*','*.txt', '*.rst', '*.yaml']},
python_requires='>=3',
install_requires=[ install_requires=[
"aiohttp==3.7.4", "aiohttp==3.7.4",
"aiohttp-auth==0.1.1", "aiohttp-auth==0.1.1",