Kozea/tinycss2

LICENSE file

Closed this issue · 2 comments

Hi, please, add LICENSE file into metadata dir of your repo.
Usually this is achieved by adding this into setup.cfg:

[metadata]
license_file = sdat/static/LICENSE

Or by using parameter license_file="LICENSE" into call of setup() function.
But you are using none of them...
Anyway - you have chosen BSD license, which states: "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer." But you are shipping no one in your package on PyPI.org
: https://pypi.org/project/tinycss2/ ...

Anyway - thank you for your time and work ;-).

liZe commented

Hello!

But you are using none of them...

Actually, the library we use for packaging (Flit) does everything for us, automatically.

But you are shipping no one in your package on PyPI.org

Both the wheel and the source packages we distribute include the LICENSE file.

Excuse me, you are right. My fault. Probably I had enforced much older version.
Anyway - thank you - I have learnt Flit.