-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Milestone
Description
After spending a long time trying to figure out why my distributions were suddenly too large to be uploaded to PyPi, I tracked it down to my recent inclusion of setuptools_scm
. Many people may want to use setuptools_scm
to automatically set the package version but may not want to override the default logic of which files are included in an sdist
. Rather than requiring users to manually exclude all unwanted files in MANIFEST.in it would be nice to have a way of switching off this feature.
Darion, paddyroddy, bertsky and marcelm