You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python BUGFIX only include required files in source archive (#1101)
When building into a subdirectory of the root of the repository, a lot
of generated build files are included into the source archive (intended
for upload on pypi.org). This makes the archive bigger and these files
are not required.
Be more restrictive about files that are included into the source
archive.
Fixes: 6e6475d ("bindings CHANGE add new python CFFI bindings")
Signed-off-by: Robin Jarry <[email protected]>
0 commit comments