update Makefile & setup.py

This commit is contained in:
Mort Yao 2015-09-21 01:57:43 +02:00
parent abcf3b6df0
commit c3ac87a7a1
2 changed files with 2 additions and 2 deletions

View File

@ -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 .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 python3 #!/usr/bin/env python
PROJ_NAME = 'you-get' PROJ_NAME = 'you-get'
PACKAGE_NAME = 'you_get' PACKAGE_NAME = 'you_get'