Skip to content

Commit 3a4099e

Browse files
committed
Update setup.py classifiers
1 parent 0eb7d8a commit 3a4099e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
django==2.1.4
1+
Django>=1.11.3
22
Mako==1.0.7

setup.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,25 @@
33

44
setup(
55
name='djangomako',
6-
version='1.2.0',
6+
version='1.2.1',
77
packages=['djangomako'],
88
install_requires=['Mako==1.0.7'],
99
classifiers=[
1010
'Development Status :: 5 - Production/Stable',
1111
'Intended Audience :: Developers',
1212
'Operating System :: OS Independent',
13-
'Programming Language :: Python',
13+
'Programming Language :: Python :: 2',
14+
'Programming Language :: Python :: 2.7',
15+
'Programming Language :: Python :: 3',
16+
'Programming Language :: Python :: 3.2',
17+
'Programming Language :: Python :: 3.3',
18+
'Programming Language :: Python :: 3.4',
19+
'Programming Language :: Python :: 3.6',
20+
'Framework :: Django',
21+
'Framework :: Django :: 2.1',
22+
'Framework :: Django :: 1.11',
23+
'License :: OSI Approved :: MIT License',
24+
'Topic :: Software Development',
1425
],
1526
url='https://github.com/ahmedaljazzar/django-mako',
1627
license='MIT License',

0 commit comments

Comments
 (0)