This commit is contained in:
reverend 2020-09-10 23:33:46 +02:00
parent 98c5ddad65
commit b806f7f9e3

View File

@ -18,7 +18,8 @@ setup(
'Environment :: Web Environment', 'Environment :: Web Environment',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7' 'Programming Language :: Python :: 3.7',
'Framework :: Django'
], ],
install_requires=[ install_requires=[
'django', 'django',