File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- django == 2.1.4
1+ Django >= 1.11.3
22Mako == 1.0.7
Original file line number Diff line number Diff line change 33
44setup (
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' ,
You can’t perform that action at this time.
0 commit comments