diff options
Diffstat (limited to 'bindings/python/google_benchmark/version.py')
-rw-r--r-- | bindings/python/google_benchmark/version.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bindings/python/google_benchmark/version.py b/bindings/python/google_benchmark/version.py deleted file mode 100644 index a324693..0000000 --- a/bindings/python/google_benchmark/version.py +++ /dev/null @@ -1,7 +0,0 @@ -from importlib.metadata import PackageNotFoundError, version - -try: - __version__ = version("google-benchmark") -except PackageNotFoundError: - # package is not installed - pass |