Browse Source

added Makefile for building aliases

Dimitri Korsch 7 năm trước cách đây
mục cha
commit
93f6356ca0
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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