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.
1 parent bcc884c commit 408883cCopy full SHA for 408883c
blueprints/__init__.py
@@ -1,2 +1,2 @@
1
"""Blueprints."""
2
-__version__ = "0.0.3"
+__version__ = "0.0.4"
pyproject.toml
@@ -39,10 +39,8 @@ homepage = "https://github.com/Blueprints-org/blueprints"
39
documentation = "https://blueprints.readthedocs.io"
40
issues = "https://github.com/Blueprints-org/blueprints/issues"
41
42
-[tool.setuptools]
43
-packages = [
44
- "blueprints",
45
-]
+[tool.setuptools.packages.find]
+include = ["blueprints*"]
46
47
[tool.mypy]
48
packages = "blueprints"
0 commit comments