Skip to content

Commit

Permalink
prevent op_builder being installed in site-pkgs (#3104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffra committed Mar 13, 2023
1 parent 191daf7 commit 453f7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -152,6 +152,7 @@ def get_version() -> str:
setup(name=package_name,
version=version,
packages=find_packages(exclude=(
'op_builder',
'benchmark',
'docker',
'tests',
Expand Down

0 comments on commit 453f7ae

Please sign in to comment.