Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 632057e

Browse files
author
Guido van Rossum
committed
Add a minimal MANIFEST.in. Fixes #1489.
This does not specify all files; the remaining files are derived from the spec in setup.py when you run `setup.py sdist`.
1 parent 8cb247e commit 632057e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive-include lib-typing *.py
2+
recursive-include scripts *

0 commit comments

Comments
 (0)