~panosl/+junk/django-attachments

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Mahner
  • Date: 2009-05-12 15:56:42 UTC
  • Revision ID: git-v1:c9ad8a7b47db4f4aa78fc6419ffc05b2fa5f2e48
Removed my beer wish from the license :-(

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.3',
 
5
    version='0.2.4',
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',