diff --git a/Makefile b/Makefile index 37ddb522..647031cd 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/setup.py b/setup.py index 0a0d8ac2..4ea32ad6 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 PROJ_NAME = 'you-get' PACKAGE_NAME = 'you_get'