zopefoundation / roman

Integer to Roman numerals converter
Other
45 stars 10 forks source link

Packaging license file #9

Closed jakirkham closed 3 years ago

jakirkham commented 3 years ago

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

Currently the license file is not being packaged in the wheel or the sdist.

What I did:

Looked at the archives and did not find it. Not seeing the code here needed to include the license file either.

What I expect to happen:

The license file to be packaged for end users.

This can be addressed by adding the license_file to setup.py and specifying the license file name. Relevant setuptools docs.

What actually happened:

The license file is missing.

What version of Python and Zope/Addons I am using:

3.3

dataflake commented 3 years ago

The license file is added in this repository now. The license was already clearly specified in setup.py using the license keyword.