Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Perez committed Nov 3, 2015
1 parent d66a2e3 commit a932568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
]

setup(
name = 'travel_intelligence',
name = 'travel-intelligence',
packages = ['travel_intelligence'], # this must be the same as the name above
version = '0.10',
version = '0.11',
install_requires=requirements,
description = 'A wrapper around the travel-intelligence Web Service API',
author = 'Sebastien Perez',
author_email = '[email protected]',
url = 'https://github.com/travel-intelligence/TIpy', # use the URL to the github repo
download_url = 'https://github.com/travel-intelligence/TIpy/tarball/0.10', # I'll explain this in a second
download_url = 'https://github.com/travel-intelligence/TIpy/tarball/0.11', # I'll explain this in a second
keywords = ['travel', 'intelligence', 'business', 'api', 'web services'], # arbitrary keywords
classifiers = [],
)

0 comments on commit a932568

Please sign in to comment.