Skip to content

Commit

Permalink
pep8 + listing service now uses ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Phylante committed Oct 19, 2015
1 parent 12ebfcc commit 935a156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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"],)

0 comments on commit 935a156

Please sign in to comment.