Explorar el Código

added Makefile for building aliases

Dimitri Korsch hace 7 años
padre
commit
93f6356ca0
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      Makefile

+ 8 - 0
Makefile

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