~panosl/+junk/django-attachments

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Mahner
  • Date: 2009-05-08 10:49:20 UTC
  • Revision ID: git-v1:2ffcab9fcfc929a7b06773cc19f1cc58f93ac00d
Fixed some typos in the README.

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.1',
 
5
    version='0.2.2',
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',