Skip to content

Commit

Permalink
Add the examples and the tests in the installed packages. This way, w…
Browse files Browse the repository at this point in the history
…e don't need to keep the source directory to run all the tests and examples. This is small.
  • Loading branch information
nouiz committed Nov 10, 2023
1 parent 64a3d1d commit ee90a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,9 @@ def main():
packages = setuptools.find_packages(
include=["transformer_engine", "transformer_engine.*"],
)
packages += setuptools.find_namespace_packages(
include=['examples', 'examples.*', 'tests', 'tests.*']
)

# Dependencies
setup_requires, install_requires, test_requires = setup_requirements()
Expand Down

0 comments on commit ee90a44

Please sign in to comment.