Do not run custom build commands on other packages

This commit is contained in:
Raphael Michel
2023-06-12 09:39:07 +02:00
parent ee186b283d
commit ff68bb9f03
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -29,7 +29,6 @@ sys.path.append(str(Path.cwd() / 'src'))
def _CustomBuild(*args, **kwargs):
print(sys.path)
from pretix._build import CustomBuild
return CustomBuild(*args, **kwargs)