Skip to content
Snippets Groups Projects
Verified Commit 439e796e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update setup.

parent d56412cd
No related branches found
No related tags found
No related merge requests found
......@@ -3,16 +3,22 @@ from setuptools import setup
setup(
name='django-starfield',
version='1.0dev0',
packages=['django_starfield'],
include_package_data=True,
keywords = ['django', 'forms', 'widget', 'rating'],
description = 'A no-frills Django form widget for rating stars',
long_description = open(os.path.join(MYDIR, "README.rst"), "r", encoding="utf-8").read(),
url = 'https://edugit.org/nik/django-starfield',
author='Dominik George',
author_email='nik@naturalnet.de',
packages=['django_starfield'],
include_package_data=True,
install_requires=['Django>=1.11'],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
......
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