Explorar o código

added Makefile for building aliases

Dimitri Korsch %!s(int64=7) %!d(string=hai) anos
pai
achega
93f6356ca0
Modificáronse 1 ficheiros con 8 adicións e 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