Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 31, 2024
1 parent 2ce5a91 commit c085019
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 29 deletions.
4 changes: 0 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
include mypy_boto3_builder/py.typed
include mypy_boto3_builder/templates/*/*.jinja2
include mypy_boto3_builder/templates/*/*/*.jinja2
include mypy_boto3_builder/templates/*/*/*/*.jinja2
include mypy_boto3_builder/stubs_static/*.pyi
include mypy_boto3_builder/stubs_static/*/*.pyi
include mypy_boto3_builder/stubs_static/*/*.py
include mypy_boto3_builder/stubs_static/*/*/*.pyi
include mypy_boto3_builder/stubs_static/*/*/*.py
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
]

[project.optional-dependencies]
build = ["setuptools"]
check = ["boto3-stubs", "types-aiobotocore", "types-aioboto3"]

[tool.uv]
Expand Down Expand Up @@ -59,6 +60,7 @@ dev-dependencies = [
"aiohttp",
"wheel",
]
package = true

[project.scripts]
mypy_boto3_builder = 'mypy_boto3_builder.main:main'
Expand All @@ -74,8 +76,9 @@ Issues = "https://github.com/youtype/mypy_boto3_builder/issues"
requires = ['setuptools']
build-backend = 'setuptools.build_meta'

[tool.setuptools]
py-modules = ["mypy_boto3_builder"]
[tool.setuptools.packages.find]
where = ["."]
include = ["mypy_boto3_builder", "mypy_boto3_builder.*"]

[tool.coverage.report]
exclude_lines = [
Expand Down
65 changes: 42 additions & 23 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c085019

Please sign in to comment.