Release cleanup.

This commit is contained in:
Walter A. Boring IV 2019-06-14 13:35:30 +00:00
parent c2cb3818d0
commit 112edc1bca
4 changed files with 16 additions and 21 deletions

View File

@ -111,7 +111,7 @@ Tips
To run a subset of tests::
$ python -m unittest tests.test_rbd_iscsi_client
$ tox -epy37 tests.test_rbd_iscsi_client
Deploying
---------

View File

@ -1,6 +1,15 @@
CHANGES
=======
v0.1.1
------
* Update setting version from pbr
v0.1.0
------
* Update some documentation
* remove manifest
* Fix pep8
* renamed rbd\_iscsi\_client to client

View File

@ -3,18 +3,18 @@ RBD iSCSI Client
================
.. image:: https://img.shields.io/pypi/v/rbd_iscsi_client.svg
:target: https://pypi.python.org/pypi/rbd_iscsi_client
.. image:: https://img.shields.io/pypi/v/rbd-iscsi-client.svg
:target: https://pypi.python.org/pypi/rbd-iscsi-client
.. image:: https://img.shields.io/travis/hemna/rbd_iscsi_client.svg
:target: https://travis-ci.org/hemna/rbd_iscsi_client
.. image:: https://img.shields.io/travis/hemna/rbd-iscsi-client.svg
:target: https://travis-ci.com/hemna/rbd-iscsi-client
.. image:: https://readthedocs.org/projects/rbd-iscsi-client/badge/?version=latest
:target: https://rbd-iscsi-client.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/hemna/rbd_iscsi_client/shield.svg
:target: https://pyup.io/repos/github/hemna/rbd_iscsi_client/
.. image:: https://pyup.io/repos/github/hemna/rbd-iscsi-client/shield.svg
:target: https://pyup.io/repos/github/hemna/rbd-iscsi-client/
:alt: Updates

View File

@ -47,17 +47,3 @@ skip_authors = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = rbd_iscsi_client/locale
domain = rbd_iscsi_client
[update_catalog]
domain = rbd_iscsi_client
output_dir = rbd_iscsi_client/locale
input_file = rbd_iscsi_client/locale/rbd_iscsi_client.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = rbd_iscsi_client/locale/rbd_iscsi_client.pot