unittest-xml-reporting icon indicating copy to clipboard operation
unittest-xml-reporting copied to clipboard

LICENSE file installing in usr/LICENSE

Open NGC2023 opened this issue 1 year ago • 0 comments

Hi, The LICENSE file installing in usr/LICENSE [0] in Debian. I have a patch to address it,

--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,6 @@ setup(
     description = 'unittest-based test runner with Ant/JUnit like XML reporting.',
     long_description = long_description,
     long_description_content_type = 'text/markdown',
-    data_files = [('', ['LICENSE'])],
     install_requires = ['lxml'],
     license = 'BSD',
     platforms = ['Any'],

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068500

NGC2023 avatar Jun 09 '24 17:06 NGC2023