Skip to content

Commit

Permalink
Update trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 17, 2017
1 parent 0694e6e commit cd833ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ def run(self):
def read(f):
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()


install_requires = ['aiohttp>=0.18']
tests_require = install_requires + ['pytest']
extras_require = {'session': 'aiohttp-session'}


setup(name='aiohttp-security',
version=version,
description=("security for aiohttp.web"),
Expand All @@ -40,8 +42,9 @@ def read(f):
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Framework :: AsyncIO',
],
Expand Down

0 comments on commit cd833ed

Please sign in to comment.