-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added py.typed marker for deephaven (#5196)
* Added py.typed marker for deephaven * Added py.typed to setup.py * Update setup.py * Update py/server/setup.py Co-authored-by: Jianfeng Mao <[email protected]> * Add py.typed marker for Py client/Py embd server --------- Co-authored-by: Jianfeng Mao <[email protected]> Co-authored-by: jianfengmao <[email protected]>
- Loading branch information
1 parent
b073296
commit d741ec3
Showing
6 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ def _compute_version(): | |
long_description=_get_readme(), | ||
long_description_content_type='text/markdown', | ||
packages=find_namespace_packages(exclude=("tests")), | ||
package_data={'deephaven_server': ['jars/*']}, | ||
package_data={'deephaven_server': ['jars/*', 'py.typed']}, | ||
url='https://deephaven.io/', | ||
author='Deephaven Data Labs', | ||
author_email='[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters