Skip to content

Commit

Permalink
updated static
Browse files Browse the repository at this point in the history
  • Loading branch information
boguta_m committed Dec 10, 2014
1 parent de6be6a commit 897a54b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
--------------
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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= "[email protected]",
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"],)

0 comments on commit 897a54b

Please sign in to comment.