Fix installation on Ubuntu 16.10
Fixes issue #629. Printing a unicode string at the end of the setup.py script is asking for trouble. It's also redundant: the pip tool itself tells the user whether the installation was successful or not.
This commit is contained in:
parent
e5fdc7fdd0
commit
6b2883074b
4
setup.py
4
setup.py
|
@ -64,7 +64,3 @@ except DistutilsPlatformError as exception:
|
|||
print("Installing without uJSON or uvLoop")
|
||||
setup_kwargs['install_requires'] = requirements
|
||||
setup(**setup_kwargs)
|
||||
|
||||
# Installation was successful
|
||||
print(u"\n\n\U0001F680 "
|
||||
"Sanic version {} installation suceeded.\n".format(version))
|
||||
|
|
Loading…
Reference in New Issue
Block a user