dbworkload 0.6.0__tar.gz → 0.6.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dbworkload
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: Workload framework
5
5
  Home-page: https://dbworkload.github.io/dbworkload/
6
6
  License: GPLv3+
@@ -4,6 +4,7 @@ from .. import __version__
4
4
  from dbworkload.cli.dep import Param, EPILOG, ConnInfo
5
5
  from enum import Enum
6
6
  from pathlib import Path
7
+ from typer.main import get_command
7
8
  from typing import Optional
8
9
  from urllib.parse import urlparse
9
10
  import dbworkload.cli.util
@@ -296,3 +297,6 @@ def version_option(
296
297
  ),
297
298
  ) -> None:
298
299
  pass
300
+
301
+ # this is only needed for mkdocs-click
302
+ click_app = get_command(app)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dbworkload"
3
- version = "0.6.0"
3
+ version = "0.6.1"
4
4
  description = "Workload framework"
5
5
  authors = ["Fabio Ghirardello"]
6
6
  license = "GPLv3+"
File without changes
File without changes