We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10856a7 commit ccd58e3Copy full SHA for ccd58e3
Makefile
@@ -0,0 +1,10 @@
1
+.PHONY: install dist clean
2
+
3
+install:
4
+ python setup.py install
5
6
+dist:
7
+ python setup.py bdist_wheel
8
9
+clean:
10
+ rm -rf build/ dist/ *.egg-info/
0 commit comments