fix setup

This commit is contained in:
debugtalk
2018-03-06 14:44:36 +08:00
parent 1de4d6c6cc
commit 85c49e6924

View File

@@ -3,7 +3,6 @@ import io
import os
import sys
from shutil import rmtree
from httprunner.logger import color_print
from setuptools import Command, find_packages, setup
@@ -33,8 +32,8 @@ class UploadCommand(Command):
@staticmethod
def status(s):
"""Prints things in yellow color."""
color_print(s, "yellow")
"""Prints things in green color."""
print("\033[0;32m{0}\033[0m".format(s))
def initialize_options(self):
""" override