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
I just want to know if the MANIFEST.in inclusion is redundant in our case, since I don't know how does build includes files. Also, if that's the case, I offer to open a PR to fix that.
The text was updated successfully, but these errors were encountered:
I was reading the
MANIFEST.in
file, and found this line:https://github.com/theacodes/nox/blob/7443a93582a47a7dc680d90d6afeb686368e3985/MANIFEST.in#L1
However, https://packaging.python.org/guides/using-manifest-in/#how-files-are-included-in-an-sdist says that the license file defined by
license_file
(atsetup.cfg
) is included by default by newer versions of Setuptools. Thelicense_file
is:https://github.com/theacodes/nox/blob/7443a93582a47a7dc680d90d6afeb686368e3985/setup.cfg#L11
I just want to know if the
MANIFEST.in
inclusion is redundant in our case, since I don't know how doesbuild
includes files. Also, if that's the case, I offer to open a PR to fix that.The text was updated successfully, but these errors were encountered: