Skip to content

Commit

Permalink
Install level_up from /src using setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Apr 21, 2013
1 parent c250de3 commit 25f8511
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 @@ -29,8 +29,8 @@
inc_dir = 'include'
cfg_dir = 'config'

executable_scripts = 'json-parse.py xkcd-fetch.py xkcd-search.py'.split()
python_modules = 'src/xkcd-fetch.py'.split()
executable_scripts = 'json-parse.py xkcd-fetch.py xkcd-search.py level_up.py'.split()
python_modules = 'src/xkcd-fetch.py src/level_up.py'.split()

def main ( ):
print(welcome_msg)
Expand Down
File renamed without changes.
Binary file removed test/level_up/level_up.pyc
Binary file not shown.

0 comments on commit 25f8511

Please sign in to comment.