diff options
Diffstat (limited to 'misc/py-hf-doc-builder/files/patch-setup.py')
-rw-r--r-- | misc/py-hf-doc-builder/files/patch-setup.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/py-hf-doc-builder/files/patch-setup.py b/misc/py-hf-doc-builder/files/patch-setup.py new file mode 100644 index 000000000000..65c42e23e65f --- /dev/null +++ b/misc/py-hf-doc-builder/files/patch-setup.py @@ -0,0 +1,18 @@ +--- setup.py.orig 2025-08-17 20:33:32 UTC ++++ setup.py +@@ -3,7 +3,7 @@ from setuptools import find_packages, setup + + from setuptools import find_packages, setup + +-install_requires = ["black", "GitPython", "tqdm", "pyyaml", "packaging", "nbformat", "huggingface_hub"] ++install_requires = ["GitPython", "tqdm", "pyyaml", "packaging", "nbformat", "huggingface_hub"] + + extras = {} + +@@ -62,4 +62,4 @@ setup( + # twine upload dist/* -r pypi + # 9. Add release notes to the tag in github once everything is looking hunky-dory. + # 10. Go back to the main branch and update the version in __init__.py, setup.py to the new version ".dev" and push to +-# main. +\ No newline at end of file ++# main. |