neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

Add metadata to setup.cfg for pypi #458

Closed farisachugthai closed 3 years ago

farisachugthai commented 3 years ago

As it currently stands the repo's page on pypi doesn't include any metadata which would make it harder to find the project as well as displaying no information about it on the website.

This adds classifiers and keywords to help the project be easier to find as well as adding the README to it's description.

I also added some whitespace to one of the docstrings because building the docs were still generating a few errors, and a few simple additions to the gitignore that I needed while working on this.

bfredl commented 3 years ago

Why was this closed? It doesn't look resolved to me.

farisachugthai commented 3 years ago

https://github.com/neovim/pynvim/pull/459

Reopened in a different pull request