~panosl/+junk/django-attachments

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Mahner
  • Date: 2009-07-22 13:31:13 UTC
  • Revision ID: git-v1:89b298e184a844ca4811373b39f4095db360ee01
Backwards incompatible: This introdues granular permissions for users who should been able to add or delete permissions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
setup(
4
4
    name='django-attachments',
5
 
    version='0.2.6',
 
5
    version='0.3',
6
6
    description='A generic Django application to attach Files (Attachments) to any model',
7
7
    long_description=open('README.rst').read(),
8
8
    author='Martin Mahner',