spenczar / lektor-s3

Plugin to deploy a Lektor project to an S3 bucket
MIT License
44 stars 10 forks source link

Update setup.py for automatic listing by Lektor website #21

Closed spenczar closed 6 years ago

spenczar commented 6 years ago

As laid out in https://github.com/lektor/lektor-website/issues/203 and associated issues linked there, the Lektor project's website is changing to pull plugin lists automatically from PyPI. For this to work, plugins need to have proper information registered in PyPI, which is done with a few changes to setup.py.

Updating the metadata in PyPI requires bumping the version number.

cc @nixjdm - could you take a look over this and make sure I've ticked all the right boxes?

nixjdm commented 6 years ago

LGTM! So you know, you can optionally add project_urls (if any - personal / company website?) and keywords. getlektor.com doesn't use those (at least right now), but pypi.org does. It's fine without that though.