mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
Include site-packages directory.
This commit is contained in:
parent
08febebf96
commit
6d60c09624
@ -876,6 +876,7 @@ def add_files(db):
|
||||
dirs[dir]=lib
|
||||
lib.glob("*.txt")
|
||||
if dir=='site-packages':
|
||||
lib.add_file("README.txt", src="README")
|
||||
continue
|
||||
files = lib.glob("*.py")
|
||||
files += lib.glob("*.pyw")
|
||||
|
Loading…
Reference in New Issue
Block a user