Skip to content

Commit

Permalink
_toolchain and _scripts are not included in the pip package
Browse files Browse the repository at this point in the history
Currently, _toolchain and _scripts are not included in the pip package. This leads to build errors when running relenv toolchain build.

This resolves saltstack#199
  • Loading branch information
PaulChristophel committed Dec 13, 2024
1 parent d13f8b4 commit c09db33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include relenv/_scripts *
recursive-include relenv/_toolchain *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from setuptools import setup

if __name__ == "__main__":
setup()
setup(include_package_data=True)

0 comments on commit c09db33

Please sign in to comment.