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

Add packaging stuff.

parent c2500e7f
No related branches found
No related tags found
No related merge requests found
include LICENCE
recursive-include django_starfield/static *
recursive-include django_starfield/templates *
setup.py 0 → 100644
from setuptools import setup
setup(
name='django-starfield',
version='1.0dev0',
packages=['django_starfield'],
include_package_data=True,
author='Dominik George',
author_email='nik@naturalnet.de',
install_requires=['Django>=1.11'],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'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