Skip to content

Commit

Permalink
pybazel package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Mar 12, 2023
1 parent 4cd2c80 commit f18eded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pybazel/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "0.5.2"
version = "0.5.3"
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def find_package_data(base, globs, root=__title__):
keywords=["bazel", "bazelbuild", "buildtools", "tools"],
package_dir={__title__: __title__},
packages=find_packages(),
package_data={"pybazel": find_package_data(__title__, ["*.pyi"])},
download_url=f"https://github.com/jmelahman/{__title__}/archive/refs/tags/v{__version__}.tar.gz",
license="MIT",
python_requires=">=3.7",
Expand Down

0 comments on commit f18eded

Please sign in to comment.