File: setup.py

package info (click to toggle)
python-lsp-server 1.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: python: 8,250; sh: 12; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (2)
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
    )