~ubuntu-branches/debian/experimental/lazr.restfulclient/experimental

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-04-29 21:42:36 UTC
  • mfrom: (1.2.1 upstream) (9.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100429214236-vnuw5dmm2evm982u
Tags: 0.9.14-1
* New upstream release.
* debian/control:
  - Remove Conflicts/Replaces with python-lazr-restfulclient, they were
    useful for Ubuntu Lucid only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    install_requires=[
58
58
        'httplib2',
59
59
        'lazr.authentication',
60
 
        'lazr.restful>=0.9.18',
61
60
        'oauth',
62
61
        'setuptools',
63
62
        'wadllib>=1.1.4',
64
63
        'wsgi_intercept',
65
 
        'van.testing',
66
 
        'zope.interface',
67
64
        ],
68
65
    url='https://launchpad.net/lazr.restfulclient',
69
66
    download_url= 'https://launchpad.net/lazr.restfulclient/+download',
75
72
        "Programming Language :: Python"],
76
73
    extras_require=dict(
77
74
        docs=['Sphinx',
78
 
              'z3c.recipe.sphinxdoc']
 
75
              'z3c.recipe.sphinxdoc'],
 
76
        test=['lazr.restful>=0.9.25',
 
77
              'van.testing'],
79
78
    ),
80
79
    test_suite='lazr.restfulclient.tests',
81
80
    )