Skip to content

Commit

Permalink
Make package comply with PEP-561 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikBelyaev authored Sep 3, 2023
1 parent c6b93a8 commit d3d9186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file added ddd_framework/py.typed
Empty file.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "docsie-ddd-framework"
version = "0.0.1"
version = "0.0.2"
description = "The package includes helper methods and types for working in DDD"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -25,6 +25,9 @@ Repository = "https://github.com/LikaloLLC/ddd-framework.git"
[tool.setuptools.packages]
find = {}

[tool.setuptools.package-data]
"ddd_framework" = ["py.typed"]

[tool.mypy]
strict = true
explicit_package_bases = true
Expand Down

0 comments on commit d3d9186

Please sign in to comment.