~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
name = 'swift'
23
23
 
24
24
 
 
25
with open('tools/pip-requires', 'r') as f:
 
26
    requires = [x.strip() for x in f if x.strip()]
 
27
 
 
28
 
25
29
setup(
26
30
    name=name,
27
31
    version=version,
40
44
        'Environment :: No Input/Output (Daemon)',
41
45
        'Environment :: OpenStack',
42
46
    ],
43
 
    install_requires=[],  # removed for better compat
 
47
    install_requires=requires,
44
48
    scripts=[
45
49
        'bin/swift-account-audit',
46
50
        'bin/swift-account-auditor',