~soren/surveilr/client

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tarmac
  • Author(s): Soren Hansen
  • Date: 2011-11-29 23:26:33 UTC
  • mfrom: (9.1.1 config)
  • Revision ID: tarmac-20111129232633-tgimdlf72uytubuq
Move config override magic for tests into common test class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    packages=['surveilr'],
32
32
    install_requires=['riakalchemy'],
33
33
    test_suite='nose.collector',
 
34
    install_package_data=True,
34
35
    classifiers=[
35
36
        'Development Status :: 2 - Pre-Alpha',
36
37
        'Environment :: Console',