pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
572 stars 44 forks source link

don't install readme to top-level site-packages #255

Closed nekopsykose closed 1 year ago

nekopsykose commented 1 year ago

otherwise it is placed in, e.g., /usr/lib/python3.11/site-packages/README.txt

pappasam commented 1 year ago

@nekopsykose is there any benefit to putting the readme in include? Since the readme field already exists in pyproject.toml, are we better-off just removing the include directive?

nekopsykose commented 1 year ago

good point, seems to be included by that instead in the correct place :)