Skip to content

Commit

Permalink
omitted setup.py file...
Browse files Browse the repository at this point in the history
  • Loading branch information
boguta_m committed Sep 24, 2014
1 parent e706e01 commit ebdc133
Showing 1 changed file with 2 additions and 2 deletions.
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.1",
version = "1.1.1.01",
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.1",
download_url= "https://github.com/ShibaAPI/shiba/tarball/1.1.01",
keywords= ["api", "priceminister", "python", "webservices"],
install_requires=["requests", "xmltodict", "lxml"],)

0 comments on commit ebdc133

Please sign in to comment.