Skip to content

Commit 989da22

Browse files
committed
Update package metadata / requirements
1 parent 7d9bb3b commit 989da22

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

setup.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,28 @@
66
description='Django sessions with a foreign key to the user',
77
long_description=open('README.rst').read(),
88
author='Bouke Haarsma',
9-
author_email='bouke@webatoom.nl',
9+
author_email='bouke@haarsma.eu',
1010
url='http://github.com/Bouke/django-user-sessions',
1111
download_url='https://pypi.python.org/pypi/django-user-sessions',
1212
license='MIT',
1313
packages=find_packages(exclude=('example', 'tests',)),
14-
install_requires=['Django>=1.11'],
14+
install_requires=['Django>=2.2'],
1515
include_package_data=True,
1616
classifiers=[
1717
'Development Status :: 5 - Production/Stable',
1818
'Environment :: Web Environment',
1919
'Framework :: Django',
20-
'Framework :: Django :: 1.11',
21-
'Framework :: Django :: 2.0',
20+
'Framework :: Django :: 2.2',
21+
'Framework :: Django :: 3.0',
2222
'Intended Audience :: Developers',
2323
'License :: OSI Approved :: MIT License',
2424
'Operating System :: OS Independent',
2525
'Programming Language :: Python',
26-
'Programming Language :: Python :: 2',
27-
'Programming Language :: Python :: 2.7',
2826
'Programming Language :: Python :: 3',
29-
'Programming Language :: Python :: 3.4',
3027
'Programming Language :: Python :: 3.5',
3128
'Programming Language :: Python :: 3.6',
29+
'Programming Language :: Python :: 3.7',
30+
'Programming Language :: Python :: 3.8',
3231
'Topic :: Security',
3332
],
3433
)

0 commit comments

Comments
 (0)