~myles-braithwaite/django-contacts/master

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Myles Braithwaite
  • Date: 2013-08-14 13:27:38 UTC
  • Revision ID: git-v1:b16b04d395aaabe0961ebc617ffab577fd8d52d8
Did some work a long time ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        package_dir = {'': 'src'},
21
21
        
22
22
        install_requires = [
23
 
                'setuptools',
 
23
                'distribute',
24
24
        ],
25
25
        
26
26
        classifiers = [