Python client library for Distil API
Go to file
Andreas Jaeger ea1802f965 Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I01eba6b1f45a7f42ef9d27fed30be0386788a863
2016-08-12 21:13:42 +02:00
distilclient Init commit for distil client 2016-06-14 11:38:50 +12:00
doc Init commit for distil client 2016-06-14 11:38:50 +12:00
.gitignore Init commit for distil client 2016-06-14 11:38:50 +12:00
.gitreview Added .gitreview 2016-06-05 20:44:50 +00:00
.testr.conf Init commit for distil client 2016-06-14 11:38:50 +12:00
README.rst Init commit for distil client 2016-06-14 11:38:50 +12:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 21:13:42 +02:00
requirements.txt Init commit for distil client 2016-06-14 11:38:50 +12:00
setup.cfg Init commit for distil client 2016-06-14 11:38:50 +12:00
setup.py Init commit for distil client 2016-06-14 11:38:50 +12:00
test-requirements.txt Init commit for distil client 2016-06-14 11:38:50 +12:00
tox.ini List system dependencies for running common tests 2016-06-29 09:24:57 +02:00

README.rst

Client Library for Catalyst Cloud Rating API

How to build package for Pypi

  1. Change the version in setup.cfg
  2. export PBR_VERSION=<version>
  3. python setup.py sdist
  4. python setup.py sdist upload