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
Sometimes while creating a Python package we want/need to include some static data that will be used by inner functions so that the API works properly.
So on, if specified, theMANIFEST.in file will be created, the option include_package_data will be set to True and some sample files will be created under {{cookiecutter.package_name}}/static_data.
The text was updated successfully, but these errors were encountered:
Sometimes while creating a Python package we want/need to include some static data that will be used by inner functions so that the API works properly.
So on, if specified, the
MANIFEST.in
file will be created, the optioninclude_package_data
will be set to True and some sample files will be created under{{cookiecutter.package_name}}/static_data
.The text was updated successfully, but these errors were encountered: