From 4008c3d2595cb8fd9f332a12c7082853cf6d261d Mon Sep 17 00:00:00 2001 From: thecosmos Date: Sat, 8 Feb 2020 16:43:44 +0530 Subject: [PATCH] Update PyPI meta --- flask_discord/__init__.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flask_discord/__init__.py b/flask_discord/__init__.py index c4c35eb..1e2b70e 100644 --- a/flask_discord/__init__.py +++ b/flask_discord/__init__.py @@ -11,4 +11,4 @@ __all__ = [ ] -__version__ = "0.1.07" +__version__ = "0.1.08" diff --git a/setup.py b/setup.py index 1098082..efde06c 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', - 'Topic :: Software Development :: Libraries :: Python Modules' + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Framework :: Flask' ] )