This commit is contained in:
reverend 2020-09-10 23:33:46 +02:00
parent 98c5ddad65
commit b806f7f9e3
1 changed files with 2 additions and 1 deletions

View File

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