From 5d5b8c18cd6110a23c2dc44c766e49cc6516c663 Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Sun, 6 May 2018 13:31:48 -0500 Subject: [PATCH] [pluginlist-update] More tweaks to listing instructions. Adding urls. --- content/docs/plugins/publishing/contents.lr | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/docs/plugins/publishing/contents.lr b/content/docs/plugins/publishing/contents.lr index 7d5e0774..e5fa24a2 100644 --- a/content/docs/plugins/publishing/contents.lr +++ b/content/docs/plugins/publishing/contents.lr @@ -68,10 +68,14 @@ credentials for `pypi`. Next time it will have remembered them. We'd love to see your new plugin listed on [our plugins page :ref](/plugins). To do that, submit a pull request to [this repository](https://github.com/lektor/lektor-website) that adds your plugin as a sub-page of /plugins. To have your plugin page look it's best and be found more easily here and on [PyPI :ext](https://pypi.org/), please [fill out your setup.py :ext](https://packaging.python.org/tutorials/distributing-packages/) completely, including -* long_description and long_description_content_type -* author and author_email -* classifiers, such as +* `author` and `author_email` +* `classifiers`, such as * `Framework :: Lektor` * `Environment :: Plugins` -* keywords +* `keywords` +* `long_description` and `long_description_content_type` +* `project_urls` (optional) +* `url` to link to your repository + +The `long_description` can be set to be your README file, and is especially important. Without it, your plugins page will look a little sparse.