Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Feb 13, 2019
1 parent 191ec49 commit 571da83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Software Development :: Libraries :: Python Modules'],
keywords='web framework command-line setup',
author='Alessandro Molina',
author_email='[email protected]',
author_email='[email protected]',
url='https://github.com/TurboGears/gearbox',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
Expand Down

0 comments on commit 571da83

Please sign in to comment.