Skip to content

Commit 408883c

Browse files
committed
Fixing setuptools configuration
1 parent bcc884c commit 408883c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

blueprints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Blueprints."""
2-
__version__ = "0.0.3"
2+
__version__ = "0.0.4"

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ homepage = "https://github.com/Blueprints-org/blueprints"
3939
documentation = "https://blueprints.readthedocs.io"
4040
issues = "https://github.com/Blueprints-org/blueprints/issues"
4141

42-
[tool.setuptools]
43-
packages = [
44-
"blueprints",
45-
]
42+
[tool.setuptools.packages.find]
43+
include = ["blueprints*"]
4644

4745
[tool.mypy]
4846
packages = "blueprints"

0 commit comments

Comments
 (0)