@@ -0,0 +1,8 @@
+install:
+ python setup.py install
+
+build:
+ python setup.py build
+deploy:
+ python setup.py sdist upload -r pypi