FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-lsp-server/setup.py at develop · krassowski/python-lsp-server · GitHub
krassowski
/
python-lsp-server
Public
forked from
python-lsp/python-lsp-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-lsp-server
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
11 lines (8 loc) · 282 Bytes
Breadcrumbs
python-lsp-server
/
setup.py
Copy path
File metadata and controls
executable file
·
11 lines (8 loc) · 282 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3
# Copyright 2017-2020 Palantir Technologies, Inc.
# Copyright 2021- Python Language Server Contributors.
from
setuptools
import
setup
if
__name__
==
"__main__"
:
setup
(
name
=
"python-lsp-server"
,
# to allow GitHub dependency tracking work
)
Back
|
FazBrowse Home
|
New Git URL