This commit is contained in:
Guido van Rossum 2017-11-15 14:06:09 -08:00
parent a9f4c7344d
commit 039d3b7132
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Distutils option example::
setup(
...,
package_data = {
foopkg': ['py.typed'],
'foopkg': ['py.typed'],
},
...,
)