Revert "update Makefile & setup.py" (fix #685)

This reverts commit c3ac87a7a1.
This commit is contained in:
Mort Yao 2015-10-04 22:21:12 +02:00
parent 5cdbbd9291
commit c0b7c34cbd
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
SETUP = ./setup.py
SETUP = python3 setup.py
.PHONY: default i test clean all html rst build sdist bdist bdist_egg bdist_wheel install rst release

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
PROJ_NAME = 'you-get'
PACKAGE_NAME = 'you_get'