Sfoglia il codice sorgente

added Makefile for building aliases

Dimitri Korsch 7 anni fa
parent
commit
93f6356ca0
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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