Skip to content
This repository has been archived by the owner on Jan 13, 2024. 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 15f4673 commit a8d0e0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -156,13 +156,15 @@ 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,
# not need for the regular setup, just for the documentation, unit
# tests
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 a8d0e0d

Please sign in to comment.