ports/textproc/py-python-lsp-server/files/patch-MANIFEST.in
Rainer Hurling b3fa243900 textproc/py-python-lsp-server: Update to 1.12.0
Major release with the following new features and changes:

- Add support for window/logMessage.
- Add version support to workspace/publishDiagnostics.
- Add extendSelect option to flake8 plugin.
- Allow Jedi's extra_paths to be placed in front of sys.path.
- Bump flake8 to 7.1

Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1120-20240825

Reported by:	portscout, Repology
2024-09-01 19:11:21 +02:00

10 lines
248 B
Text

--- MANIFEST.in.orig 2024-01-21 15:55:09 UTC
+++ MANIFEST.in
@@ -1,7 +1,5 @@ include README.md
include README.md
-include versioneer.py
include pylsp/_version.py
include LICENSE
-include ruff.toml
include .pylintrc
recursive-include test *.py