at master 346 B view raw
1diff --git a/projectepy b/project.py 2--- a/project.py 3+++ b/project.py 4@@ -163,8 +163,7 @@ 5 6 # Automatically confirm the license if there might not be a command 7 # line option to do so. 8- if tool == 'pep517': 9- self.confirm_license = True 10+ self.confirm_license = True 11 12 self._check_license() 13