summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-04-07 01:02:48 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-04-07 01:04:36 +0200
commit05ffb8718e0ec69ffa90cc0dca05c599e8160686 (patch)
tree93c7193c759fbbec2bf32e89a7f61fe42f92cd27 /Makefile
parentFix report of 6.0-r9 as a version bump with 6.0-r3 in the Gentoo main tree al... (diff)
downloadoverlint-05ffb8718e0ec69ffa90cc0dca05c599e8160686.tar.gz
overlint-05ffb8718e0ec69ffa90cc0dca05c599e8160686.tar.bz2
overlint-05ffb8718e0ec69ffa90cc0dca05c599e8160686.zip
Use distutilsv0.4.10.4.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f28f886
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+# Copyright (C) 2012 Sebastian Pipping <sebastian@pipping.org>
+# Licensed under GPL v2 or later
+
+all:
+
+dist:
+ rm -f MANIFEST
+ ./setup.py sdist
+
+.PHONY: dist