mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
* Add more kwargs to distutils/core.setup() These arguments are sourced from https://github.com/python-git/python/blob/master/Lib/distutils/core.py#L44 and https://github.com/python-git/python/blob/master/Lib/distutils/dist.py#L195 I do not claim that the list of kwargs is now complete. * Add missing optional args values * Remove duplicate, change "Dict" to "Mapping"