Ai
1 Star 0 Fork 0

fanjunwei/python-lsp-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python3
# Copyright 2017-2020 Palantir Technologies, Inc.
# Copyright 2021- Python Language Server Contributors.
from setuptools import setup, find_packages
if __name__ == "__main__":
setup(
name="python-lsp-server", # to allow GitHub dependency tracking work
packages=find_packages(exclude=["contrib", "docs", "test", "test.*"]), # https://github.com/pypa/setuptools/issues/2688
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanjunwei/python-lsp-server.git
git@gitee.com:fanjunwei/python-lsp-server.git
fanjunwei
python-lsp-server
python-lsp-server
develop

搜索帮助