python-pathspec/0001-add-version.patch
2022-11-22 10:30:14 +08:00

12 lines
269 B
Diff

--- c/setup.py 2022-11-22 10:28:28.188593951 +0800
+++ a/setup.py 2022-11-22 10:28:59.479591724 +0800
@@ -5,4 +5,7 @@ is cumbersome be used such as for system
from setuptools import setup
-setup()
+setup(
+ name = "pathspec",
+ version = "0.10.2"
+ )