mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
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
10 lines
248 B
Text
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
|