Browse Source

fix Makefile

Mort Yao 12 years ago
parent
commit
24204785d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,6 +20,6 @@ install: bdist_egg
 
 release:
 	zenity --warning
-	python3 setup.py bdist bdist_egg upload
+	python3 setup.py sdist bdist_egg upload
 
 .PHONY: default clean build sdist bdist bdist_egg install release