Skip to content

Commit

Permalink
make pyroma happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabbit committed Jun 4, 2016
1 parent de892ba commit e98b79e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
description="A Django library bringing paper-ui and iron polymer elements to django",
license="MIT",
include_package_data=True,
zip_safe=False,
install_requires=["django"],
url="https://github.com/Colorless-Green-Ideas/MaterialDjango",
keywords="polymer paper-ui material design widgets theme",
keywords=["polymer", "paper-ui", "material design", "widgets", "theme"],
classifiers=["License :: OSI Approved :: MIT License",
'Intended Audience :: Developers', 'Development Status :: 3 - Alpha',
"Framework :: Django", "Topic :: Text Processing :: Markup :: HTML",
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Programming Language :: Python :: 2',]
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7']
)

0 comments on commit e98b79e

Please sign in to comment.