pasteorg / paste

Python Paste (core) repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`PKG-INFO` in sdist is missing `License-File`

mtelka opened this issue · comments

The sdist package contains license in docs/license.txt, but the package metadata does not point there. It would be great if either the PKG-INFO contains something like (see PEP 639):

License-File: docs/license.txt

or the license is moved to LICENSE file.

Thank you.

This is probably related to #67.

I think this contains some hints how to do that.

Fixed in #100