Pass in build directory.
This commit is contained in:
parent
a5a615d9e8
commit
713a6dc2a7
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class SetupPy(BuildSystem):
|
|||
self._run_setup(session, resolver, preargs + ["sdist"], fixers)
|
||||
return
|
||||
elif self.pyproject:
|
||||
run_with_build_fixers(session, [self.DEFAULT_PYTHON, "-m", "pep517.build", "--source"], fixers)
|
||||
run_with_build_fixers(session, [self.DEFAULT_PYTHON, "-m", "pep517.build", "--source", "."], fixers)
|
||||
return
|
||||
raise AssertionError("no setup.py or pyproject.toml")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue