diff --git a/setup.py b/setup.py index ba679701659b2ff224a2c993fefca13421650d0d..b1436a4f5c4c8d6e5d44daf9c24d935a4105d7ec 100755 --- a/setup.py +++ b/setup.py @@ -209,12 +209,10 @@ class kwant_sdist(sdist): sdist.run(self) if names is None: - print(banner(' Warning '), - + print(banner(' Caution '), """Git was not available to generate the list of files to be included in the -source distribution. The old MANIFEST.in was used.""", - banner(), - sep='\n', file=sys.stderr) +source distribution. The old {} was used.""".format(MANIFEST_IN_FILE), + banner(), sep='\n', file=sys.stderr) def make_release_tree(self, base_dir, files): sdist.make_release_tree(self, base_dir, files)