From 897a54ba451386de038ca92ab125c950a0b3b35a Mon Sep 17 00:00:00 2001 From: boguta_m Date: Wed, 10 Dec 2014 11:41:48 +0100 Subject: [PATCH] updated static --- README.rst | 7 +++---- setup.py | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 47b430d..088166e 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,11 @@ Shiba ===== -**shiba 1.1.1** +**shiba 1.1.2** Released: **11-Sep-2014** -Last release: **24-Sep-2014** +Last release: **10-Dec-2014** Introduction -------------- @@ -59,8 +59,7 @@ You're good to go! Testing Shiba ------------- **Shiba** comes with its bunch of tests. -Update the *shiba/Tests/assets/nosetests.cfg* with your PriceMinister credentials then run **nosetests** from the main package directory. -**30** online tests must be OK (*online* obviously means you need a fully working internet connection). +Please refer to documentation for some information about testing options. Documentation diff --git a/setup.py b/setup.py index 0fb66b8..d658de1 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ from setuptools import setup -setup(name= "Shiba", +setup(name= "shiba", packages= ["shiba"], - version = "1.1.1.01", + version = "1.1.2", 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.01", + download_url= "https://github.com/ShibaAPI/shiba/tarball/1.1.2", keywords= ["api", "priceminister", "python", "webservices"], - install_requires=["requests", "xmltodict", "lxml"],) + install_requires=["requests", "xmltodict", "lxml", "nose"],)