-
Notifications
You must be signed in to change notification settings - Fork 22
PR: Update package name, remove Python 2 compatibility and update CIs #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andfoy, I left a small comment for you, otherwise looks good.
pylsp_jsonrpc/__init__.py
Outdated
VERSION_INFO = (1, 0, 0, 'dev0') | ||
__version__ = '.'.join(map(str, VERSION_INFO)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to _version.py
because it's easier to have the same structure for both repos (I mean, the server and this one).
…c-server into update_package_name Merge!
Required by python-lsp/python-lsp-server#4