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
Being able to pass a package_data_spec to create_cmdclass was quite handy to be able to include package_data as part of the wheel, but it seems to me that it's not supported anymore, or maybe I am missing something?
The text was updated successfully, but these errors were encountered:
I am not sure I understand everything there, how should one include package_data in the wheel now? I can see we can still use the MANIFEST and include_package_data=True to include data in the source dist.
We provide a get_data_files function but recommend people use setup.cfg for non-glob-pattern data files.
Under the main use of globbing a bunch of folders, I assume get_data_files should do it, but what is the recommended way to ensure that this is only called after the build commands have run ?
Being able to pass a
package_data_spec
tocreate_cmdclass
was quite handy to be able to include package_data as part of the wheel, but it seems to me that it's not supported anymore, or maybe I am missing something?The text was updated successfully, but these errors were encountered: