This commit is contained in:
2026-06-16 15:37:55 +05:30
parent 78887017a0
commit 6f4ac190c1
1786 changed files with 316067 additions and 100 deletions
@@ -0,0 +1,6 @@
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'