Skip to content

Instantly share code, notes, and snippets.

@jon-weisz
Created October 6, 2015 17:03
Show Gist options
  • Save jon-weisz/e3a063becb2d250729c0 to your computer and use it in GitHub Desktop.
Save jon-weisz/e3a063becb2d250729c0 to your computer and use it in GitHub Desktop.
diff --git a/setup.py b/setup.py
index 75e5b38..fe6f1f4 100644
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ setup(name="fsmtest",
"tests.*",
"tests"]),
- scripts=["bin/fsmt", "bin/fsmt_iniparser", "bin/fsmt_vd_wrapper"],
+ scripts=["bin/fsmt", "bin/fsmt_iniparser", "bin/fsmt_vd_wrapper", "bin/fsmt_exouttimed"],
package_data={'fsmtest': ['configuration/*']},
@@ -92,7 +92,7 @@ setup(name="fsmtest",
'suds',
'restlib',
'lxml',
- 'psutil',
+ 'psutil==1.2.1',
'websocket-client',
'paramiko',
'setuptools-pep8',
python ./setup.py --dry-run install
error: file '/home/jweisz/Dev/cit/repos/fsmt/build/bdist.linux-x86_64/egg/fsmtest/process_executor.py' does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment