~abompard/postorius/include-sdist

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Florian Fuchs
  • Date: 2015-01-19 15:03:09 UTC
  • mfrom: (188.4.2 postorius)
  • Revision ID: flo.fuchs@gmail.com-20150119150309-lcdx9ztq29ejj0ze
* URLs now contains the list-id instead of the fqdn_listname. Contributed by Abhilash Raj (LP: 1201150).
* Added dev_requirements.txt for installation of development dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    include_package_data = True,
38
38
    install_requires = ['django>=1.4',
39
39
                        'django-social-auth>=0.7.8',
40
 
                        'mailmanclient', ]
 
40
                        'mailmanclient']
41
41
)