Skip to content

Commit

Permalink
moving forward to 1.1.1 (renamed Shiba module to shiba), fixed depend…
Browse files Browse the repository at this point in the history
…encies issues
  • Loading branch information
boguta_m committed Sep 24, 2014
1 parent 617dead commit e706e01
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Shiba
=====

**shiba 1.1**
**shiba 1.1.1**

Released: **11-Sep-2014**

Last release: **22-Sep-2014**
Last release: **24-Sep-2014**

Introduction
--------------
Expand Down
4 changes: 0 additions & 4 deletions Tests/Assets/nosetests.cfg

This file was deleted.

11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
#
# setup.py setup script

from distutils.core import setup
from setuptools import setup

setup(name= "Shiba",
packages= ["Shiba"],
version = "1.1",
packages= ["shiba"],
version = "1.1.1",
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.0",
keywords= ["api", "priceminister", "python", "webservices"])
download_url= "https://github.com/ShibaAPI/shiba/tarball/1.1.1",
keywords= ["api", "priceminister", "python", "webservices"],
install_requires=["requests", "xmltodict", "lxml"],)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e706e01

Please sign in to comment.