Fix typo
This commit is contained in:
parent
a9f4c7344d
commit
039d3b7132
|
@ -110,7 +110,7 @@ Distutils option example::
|
||||||
setup(
|
setup(
|
||||||
...,
|
...,
|
||||||
package_data = {
|
package_data = {
|
||||||
foopkg': ['py.typed'],
|
'foopkg': ['py.typed'],
|
||||||
},
|
},
|
||||||
...,
|
...,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue