Skip to content

Commit cd833ed

Browse files
committed
Update trove classifiers
1 parent 0694e6e commit cd833ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ def run(self):
2727
def read(f):
2828
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
2929

30+
3031
install_requires = ['aiohttp>=0.18']
3132
tests_require = install_requires + ['pytest']
3233
extras_require = {'session': 'aiohttp-session'}
3334

35+
3436
setup(name='aiohttp-security',
3537
version=version,
3638
description=("security for aiohttp.web"),
@@ -40,8 +42,9 @@ def read(f):
4042
'Intended Audience :: Developers',
4143
'Programming Language :: Python',
4244
'Programming Language :: Python :: 3',
43-
'Programming Language :: Python :: 3.3',
4445
'Programming Language :: Python :: 3.4',
46+
'Programming Language :: Python :: 3.5',
47+
'Programming Language :: Python :: 3.6',
4548
'Topic :: Internet :: WWW/HTTP',
4649
'Framework :: AsyncIO',
4750
],

0 commit comments

Comments
 (0)