We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26a21 commit 0a9bb80Copy full SHA for 0a9bb80
Makefile
@@ -0,0 +1,11 @@
1
+
2
+build: sdist egg
3
4
+sdist:
5
+ python setup.py sdist
6
7
+egg:
8
+ python setup.py egg_info
9
10
+.PHONY: build sdist egg
11
0 commit comments