~zulcss/python-cinderclient/python-cinderclient-cloud-g2

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Soren Hansen, Chuck Short
  • Date: 2012-09-07 11:35:32 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120907113532-hjpp0qpk2wxe7gvg
Tags: 1:0.2.12-0ubuntu1
[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Fix Launchpad URLs in debian/watch.

[ Chuck Short ]
* New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    version=setup.get_post_version('cinderclient'),
33
33
    author="Rackspace, based on work by Jacob Kaplan-Moss",
34
34
    author_email="github@racklabs.com",
35
 
    description="Client library for OpenStack Nova API.",
 
35
    description="Client library for OpenStack Cinder API.",
36
36
    long_description=read_file("README.rst"),
37
37
    license="Apache License, Version 2.0",
38
38
    url="https://github.com/openstack/python-cinderclient",