We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fdb51 commit bf12dc9Copy full SHA for bf12dc9
setup.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
from setuptools import setup
3
-from pyls_mypy import _version
+from mypy_ls import _version
4
5
if __name__ == "__main__":
6
setup(version=_version.__version__)
0 commit comments