--- 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" + )