Skip to content

Commit f56afb0

Browse files
authored
Merge pull request #8 from dratio-io/develop
Fix pyproject
2 parents e1c363a + 7d7f471 commit f56afb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dratio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
__all__ = ["Client"]
2828

2929

30-
__version__ = "0.0.11"
30+
__version__ = "0.0.12"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ repository = "https://github.com/dratio-io/dratio-python"
6969
documentation = "https://dratio.readthedocs.io/"
7070

7171

72-
[tool.setuptools]
73-
packages = ["dratio"]
72+
[tool.setuptools.packages.find]
73+
include = ["dratio*"]
7474

7575
[tool.setuptools.dynamic]
7676
version = {attr = "dratio.__version__"}

0 commit comments

Comments
 (0)