Skip to content
Snippets Groups Projects
Commit a61f13e5 authored by Philippe O. Wagner's avatar Philippe O. Wagner
Browse files

Merge pull request #10 from bashu/patch-1

Update setup.py
parents 61630333 1160aeb5
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,26 @@ setup(
version=version,
url='https://github.com/arteria/django-favicon-plus/',
packages=find_packages(),
license='BSD',
license='BSD License',
description='Favicon app for django',
long_description=open('README.md').read(),
install_requires=open('requirements.txt').read().split('\n'),
author='arteria GMBH',
include_package_data=True,
author_email='arteria@arteria.ch',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment