Commit 6d60c096 authored by Martin v. Löwis's avatar Martin v. Löwis

Include site-packages directory.

parent 08febebf
...@@ -876,6 +876,7 @@ def add_files(db): ...@@ -876,6 +876,7 @@ def add_files(db):
dirs[dir]=lib dirs[dir]=lib
lib.glob("*.txt") lib.glob("*.txt")
if dir=='site-packages': if dir=='site-packages':
lib.add_file("README.txt", src="README")
continue continue
files = lib.glob("*.py") files = lib.glob("*.py")
files += lib.glob("*.pyw") files += lib.glob("*.pyw")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment