-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Didn't actually install anything...
- Loading branch information
Tom Phillips
committed
Jun 2, 2015
1 parent
a933520
commit 615b332
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=[ | ||
|