Skip to content

Commit

Permalink
Fixed stupid setup.py mistake
Browse files Browse the repository at this point in the history
Didn't actually install anything...
  • Loading branch information
Tom Phillips committed Jun 2, 2015
1 parent a933520 commit 615b332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file removed __init__.py
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

config = {
'name': 'pumpy',
'version': '1.1.2',
'version': '1.1.3',
'description': 'Python RS-232 interface for Harvard syringe pumps',
'url': 'https://github.com/tomwphillips/pumpy',
'author': 'Tom W Phillips',
'author_email': '[email protected]',
'license': 'MIT',
'install_requires': ['pyserial>=2.7'],
'py_modules': ['pumpy']
}

setup(classifiers=[
Expand Down

0 comments on commit 615b332

Please sign in to comment.