From 935a156a96fbe0b30d0a07cd2e74c2af6aafc5df Mon Sep 17 00:00:00 2001 From: Phylante Date: Mon, 19 Oct 2015 14:51:01 +0200 Subject: [PATCH] pep8 + listing service now uses ssl --- README.rst | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 088166e..04ffccd 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Released: **11-Sep-2014** Last release: **10-Dec-2014** Introduction --------------- +------------ **Shiba** is a Python package that provides interfaces to **PriceMinister Web services**. Currently, all features works with *Python 2.7*. @@ -63,7 +63,7 @@ Please refer to documentation for some information about testing options. Documentation --------------- +------------- Documentation is available on `GitHub pages`_. Extra documentation from the `PriceMinister developper blog`_ might be useful. diff --git a/setup.py b/setup.py index 0c6ca92..53d3b19 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ setup(name="Shiba", packages=["shiba"], - version="1.1.2", + version="1.1.3", description="A Python API for PriceMinister WebServices", author="Maxime Boguta", author_email="maxime.boguta@epitech.eu", url="https://github.com/ShibaAPI/shiba", - download_url="https://github.com/ShibaAPI/shiba/tarball/1.1.2", + download_url="https://github.com/ShibaAPI/shiba/tarball/1.1.3", keywords=["api", "priceminister", "python", "webservices"], install_requires=["requests", "xmltodict", "lxml", "nose"],)