aboutsummaryrefslogtreecommitdiff
path: root/ws4py/ws4py.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ws4py/ws4py.ini')
-rw-r--r--ws4py/ws4py.ini39
1 files changed, 39 insertions, 0 deletions
diff --git a/ws4py/ws4py.ini b/ws4py/ws4py.ini
new file mode 100644
index 0000000..b01afa8
--- /dev/null
+++ b/ws4py/ws4py.ini
@@ -0,0 +1,39 @@
+[package]
+name : ws4py
+version : 0.3.4
+
+[about]
+home : https://pypi.python.org/packages/source/w/${package:name}
+license : BSD
+summary : ${package:name}
+
+[source]
+fn : ${package:name}-${package:version}.tar.gz
+url : ${about:home}/${fn}
+md5 : 6b47e33cbd13f5c134b04f2a44a480ad
+
+[build]
+number : 0
+
+[requirements]
+build :
+ setuptools
+ python
+
+run :
+ python
+
+[test]
+imports :
+ ws4py
+
+commands :
+
+[cbc_build]
+linux :
+ python setup.py install || exit 1
+
+windows :
+ python setup.py install
+ if errorlevel 1 exit 1
+