Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
fix: Missing py.typed marker in the wheel package (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 10, 2021
1 parent fc73c64 commit a34290d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/166.fix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a missing `py.typed` marker in the wheel package
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ def read_src_version():
'docs': docs_requires,
},
data_files=[],
package_data={
'ai.backend.client': ['py.typed'],
},
entry_points={
'backendai_cli_v10': [
'_ = ai.backend.client.cli:main',
Expand Down

0 comments on commit a34290d

Please sign in to comment.