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
As reported in issue
xmlrunner#284, the
data_files statement in the setup() calls installs the LICENSE file in
the wrong place: in /usr/LICENSE, or even /LICENSE depending on the
configuration.
So let's drop this, and let setuptools install the LICENSE file
automatically: since setuptools v56, the license_files attribute is
automatically assigned to a default value, which includes "LICENSE",
so there is in fact nothing to do to the get the LICENSE file
installed at the correct location. See
https://setuptools.pypa.io/en/latest/history.html#v56-0-0.
Signed-off-by: Thomas Petazzoni <[email protected]>
Hi,
The LICENSE file installing in usr/LICENSE [0] in Debian. I have a patch to address it,
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068500
The text was updated successfully, but these errors were encountered: