jezdez / django-licenses (http://bitbucket.org/jezdez/django-licenses/)

A Django application that provides the ability to publish content under different licenses.

Clone this repository (size: 37.5 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/jezdez/django-licenses/

Changed (Δ1 byte):

raw changeset »

setup.py (1 lines added, 1 lines removed)

Up to file-list setup.py:

1
1
from distutils.core import setup
2
2
3
3
setup(
4
    name='django-license',
4
    name='django-licenses',
5
5
    version='0.2',
6
6
    description='A Django application that provides the ability to publish content under different licenses.',
7
7
    author='Bela Hausmann',