Skip to content

Commit 1214f2a

Browse files
committed
update setup file
1 parent 232c744 commit 1214f2a

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
@@ -29,19 +29,22 @@ def get_version():
2929
packages=find_packages(),
3030
classifiers=[
3131
'Programming Language :: Python',
32+
'Programming Language :: Python :: 2.7',
33+
'Programming Language :: Python :: 3.4',
3234
'Programming Language :: Python :: 3.5',
3335
'Programming Language :: Python :: 3.6',
3436
'Intended Audience :: Developers',
3537
'License :: OSI Approved :: MIT License',
3638
'Operating System :: OS Independent',
3739
'Framework :: Django',
40+
'Framework :: Django :: 1.10',
3841
'Framework :: Django :: 1.11',
3942
'Framework :: Django :: 2.0',
4043
'Development Status :: 5 - Production/Stable',
4144
],
4245
license='MIT',
4346
install_requires=[
44-
'Django>=1.11',
47+
'Django>=1.10',
4548
'pytz>=2015.6',
4649
'fleming>=0.4.4',
4750
'six',

0 commit comments

Comments
 (0)