Skip to content

Commit

Permalink
Fix Travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstanek committed Jun 16, 2016
1 parent c547e08 commit e2d9cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def find_version(*file_paths):

setup(
name='BotBot',
version=find_version(),
version=find_version('botbot', '__init__.py'),
description='Laboratory computational resource management',
author='Jack Stanek',
author_email='stane064@umn.edu',
Expand Down

0 comments on commit e2d9cf7

Please sign in to comment.