diff --git a/Makefile b/Makefile index 647031cd..37ddb522 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SETUP = python3 setup.py +SETUP = ./setup.py .PHONY: default i test clean all html rst build sdist bdist bdist_egg bdist_wheel install rst release diff --git a/setup.py b/setup.py index 4ea32ad6..0a0d8ac2 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python PROJ_NAME = 'you-get' PACKAGE_NAME = 'you_get'