Skip to content

Commit

Permalink
Merge pull request #1 from duongdang/master
Browse files Browse the repository at this point in the history
Add empty __init__.py and fix name to make it importable.
  • Loading branch information
rezpe committed Nov 3, 2015
2 parents 6d1e297 + 5ecece8 commit c1422b2
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -5,8 +5,8 @@
]

setup(
name = 'travel-intelligence',
packages = ['travel-intelligence'], # this must be the same as the name above
name = 'travel_intelligence',
packages = ['travel_intelligence'], # this must be the same as the name above
version = '0.2',
install_requires=requirements,
description = 'A wrapper around the travel-intelligence Web Service API',
Expand Down
File renamed without changes.
Empty file added travel_intelligence/__init__.py
Empty file.

0 comments on commit c1422b2

Please sign in to comment.