Skip to content

Commit

Permalink
Fix setup settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsbalu committed Jun 28, 2016
1 parent 7462071 commit 017e296
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 @@ -3,7 +3,7 @@
import os


with open("./wrc/__version__.py") as version_file:
with open("./WazeRouteCalculator/__version__.py") as version_file:
version = version_file.read().split("\"")[1]


Expand All @@ -24,6 +24,6 @@ def read(fname):
url = 'https://github.com/kovacsbalu/WazeRouteCalculator',
license = 'GNU GPL v3',
keywords = ['waze', 'route', 'calculator'],
packages = ['wrc'],
packages = ['WazeRouteCalculator'],
long_description = read('readme.md')
)

0 comments on commit 017e296

Please sign in to comment.