Skip to content

Commit

Permalink
description is the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Aug 22, 2011
1 parent 4f84574 commit f31e375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup
from distutils.command.install import INSTALL_SCHEMES

description="""Add permissions per field instead of per model::
__doc__="""Add permissions per field instead of per model::
from django.db import models
from django.contrib import admin
Expand Down Expand Up @@ -41,7 +41,7 @@ class HarddiskAdmin(admin.ModelAdmin)
maintainer='L. van de Kerkhof',
maintainer_email='fgp@permanentmarkers.nl',
keywords='django model permission finegrained field',
long_description=description,
long_description=__doc__,
url='https://github.com/specialunderwear/django-finegrained-permissions',
packages=['fgp'],
platforms = "any",
Expand Down

0 comments on commit f31e375

Please sign in to comment.