Skip to content

Commit

Permalink
update Makefile & setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Sep 20, 2015
1 parent abcf3b6 commit c3ac87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

PROJ_NAME = 'you-get'
PACKAGE_NAME = 'you_get'
Expand Down

0 comments on commit c3ac87a

Please sign in to comment.