Skip to content

Commit

Permalink
Make package PEP 561 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Inflianskas committed Jul 25, 2022
1 parent e1b5927 commit 89a6427
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
global-include *.typed

include aiven/*.py
include tests/*.py
include scripts/*
Expand Down
Empty file added aiven/client/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
license="Apache 2.0",
name="aiven-client",
packages=find_packages(exclude=["tests"]),
package_data={"aiven.client": ["py.typed"]},
platforms=["POSIX", "MacOS", "Windows"],
description="Aiven.io client library / command-line client",
long_description=open("README.rst").read(),
Expand Down

0 comments on commit 89a6427

Please sign in to comment.