diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5ade1c5..5b921d1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 --------- diff --git a/ChangeLog b/ChangeLog index 6cd3411..d1cb453 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README.rst b/README.rst index cf798c5..37d7163 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.cfg b/setup.cfg index 7301572..5de6565 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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