This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marco Sulla
Recipients Marco Sulla, dstufft, eric.araujo
Date 2019-10-23.19:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571860665.03.0.77407877223.issue38569@roundup.psfhosted.org>
In-reply-to
Content
I tried to add to `setuptools.setup()` the argument license_files. It works, but I get this warning:

/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'license_files'

I suppose the warning can be removed.
History
Date User Action Args
2019-10-23 19:57:45Marco Sullasetrecipients: + Marco Sulla, eric.araujo, dstufft
2019-10-23 19:57:45Marco Sullasetmessageid: <1571860665.03.0.77407877223.issue38569@roundup.psfhosted.org>
2019-10-23 19:57:44Marco Sullalinkissue38569 messages
2019-10-23 19:57:44Marco Sullacreate