We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1c363a + 7d7f471 commit f56afb0Copy full SHA for f56afb0
dratio/__init__.py
@@ -27,4 +27,4 @@
27
__all__ = ["Client"]
28
29
30
-__version__ = "0.0.11"
+__version__ = "0.0.12"
pyproject.toml
@@ -69,8 +69,8 @@ repository = "https://github.com/dratio-io/dratio-python"
69
documentation = "https://dratio.readthedocs.io/"
70
71
72
-[tool.setuptools]
73
-packages = ["dratio"]
+[tool.setuptools.packages.find]
+include = ["dratio*"]
74
75
[tool.setuptools.dynamic]
76
version = {attr = "dratio.__version__"}
0 commit comments