Do not run custom build commands on other packages

This commit is contained in:
Raphael Michel
2023-06-12 09:34:56 +02:00
parent cfe0f67f0d
commit 943aeaa31f
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)