瀏覽代碼

added Makefile for building aliases

Dimitri Korsch 7 年之前
父節點
當前提交
93f6356ca0
共有 1 個文件被更改,包括 8 次插入0 次删除
  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