IdentityPython / pyjwkest

Implementation of JWT, JWS, JWE and JWK
Apache License 2.0
92 stars 55 forks source link

PYPI metadata #93

Open dimaqq opened 4 years ago

dimaqq commented 4 years ago

[I'm hoping I'm posting this in the right project]

https://pypi.org/project/cryptojwt/ is missing some useful metadata: readme, homepage, etc.

Screenshot 2019-11-22 at 15 01 19 Screenshot 2019-11-22 at 14 59 03

Here's an example of working (I hope) setup.py: https://github.com/HENNGE/aapns/blob/c20e8c22805adb14facc3b00d34c15edf0613896/setup.py

For example, long_description also needs long_description_content_type.

And if you want to move to poetry please consider https://github.com/dimaqq/awaitwhat/blob/master/pyproject.toml (you don't need build because you don't have a C extension).