Update PyPI meta

This commit is contained in:
thecosmos
2020-02-08 16:43:44 +05:30
parent 55accb67e8
commit 4008c3d259
2 changed files with 3 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ __all__ = [
] ]
__version__ = "0.1.07" __version__ = "0.1.08"

View File

@@ -56,6 +56,7 @@ setup(
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules' 'Topic :: Software Development :: Libraries :: Python Modules',
'Framework :: Flask'
] ]
) )