mkdocs / mkdocs-redirects

Open source plugin for Mkdocs page redirects
MIT License
176 stars 25 forks source link

Missing LICENSE in PyPI sdist #30

Closed manisandro closed 2 years ago

manisandro commented 2 years ago

The sdists on PyPI do not contain the LICENSE file. please add

license_files=['LICENSE']

to setup.py to amend for this. In the meantime, could the 1.0.3 release be tagged on GitHub, so that the GitHub archive can be used instead?

snoir commented 2 years ago

I second this, it would be great to have the LICENSE file in sdist.

I was also wondering if it could be possible to include the tests/ directory. I'm making a FreeBSD port for mkdocs-redirects and it's a nice thing to be able to launch the test suite from the ports framework. If not possible or wanted, the port would rely on the Github repository, so the git tags will be required.

Thanks !