[TELE-569] python 3 adapt. (classifier, install requires)

This commit is contained in:
Daniel Muyshond 2020-06-28 11:53:32 +02:00
parent 7a39db03dc
commit 6703bdd7f6
1 changed files with 5 additions and 3 deletions

View File

@ -100,10 +100,12 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3.5.3',
],
install_requires=['django>=1.11'],
install_requires=[
'django>=1.11',
'python3-passerelle',
],
zip_safe=False,
cmdclass={
'build': build,