Skip to content

Commit

Permalink
Update setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjazzar committed Dec 22, 2018
1 parent 0eb7d8a commit 3a4099e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django==2.1.4
Django>=1.11.3
Mako==1.0.7
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,25 @@

setup(
name='djangomako',
version='1.2.0',
version='1.2.1',
packages=['djangomako'],
install_requires=['Mako==1.0.7'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.6',
'Framework :: Django',
'Framework :: Django :: 2.1',
'Framework :: Django :: 1.11',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development',
],
url='https://github.com/ahmedaljazzar/django-mako',
license='MIT License',
Expand Down

0 comments on commit 3a4099e

Please sign in to comment.