Skip to content

Commit

Permalink
Lowering down minimal django-braces dependancy, better classifiers fo…
Browse files Browse the repository at this point in the history
…r Django versions in setup.py, bump to 0.3.1
  • Loading branch information
sveetch committed Oct 24, 2015
1 parent 3a34e49 commit 44e08f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Requires
********

* `Django`_ >= 1.4;
* `django-braces`_ >= 1.2.0,<1.4;
* `django-braces`_ >= 1.2.0;

Install
*******
Expand Down
2 changes: 1 addition & 1 deletion icomoon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
A Django app to deploy wefonts from Icomoon and display them
"""
__version__ = '0.3.0'
__version__ = '0.3.1'
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
'Programming Language :: Python',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
"Framework :: Django :: 1.4",
"Framework :: Django :: 1.5",
"Framework :: Django :: 1.6",
"Framework :: Django :: 1.7",
"Framework :: Django :: 1.8",
'Intended Audience :: Developers',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],
install_requires=[
'django-braces>=1.2.0,<1.4',
'django-braces>=1.2.0',
],
#entry_points={
#'console_scripts': [
#'django-icomoon = icomoon.console_script:main',
#]
#},
include_package_data=True,
zip_safe=False
)

0 comments on commit 44e08f6

Please sign in to comment.