1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git a/setup.py b/setup.py index d008cb9c9..f4d455a65 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ class clean(distutils.command.clean.clean): shutil.rmtree(str(path), ignore_errors=True) -_init_submodule() +# _init_submodule() setup_info = dict( # Metadata name="torchtext",