Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 27, 2015
1 parent 2f61917 commit 0683a0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -149,11 +149,14 @@ def write_version():

if is_local():
pyquickhelper = import_pyquickhelper()
logging_function = pyquickhelper.fLOG
logging_function(OutputPrint=True)
r = pyquickhelper.process_standard_options_for_setup(
sys.argv, __file__, project_var_name,
requirements=["pyquickhelper"],
additional_notebook_path=["pyquickhelper"],
unittest_modules=["pyquickhelper"])
unittest_modules=["pyquickhelper"],
fLOG=logging_function)
if not r and not ({"bdist_msi", "sdist",
"bdist_wheel", "publish", "publish_doc", "register",
"upload_docs", "bdist_wininst"} & set(sys.argv)):
Expand Down

0 comments on commit 0683a0f

Please sign in to comment.