Skip to content

Commit bf2bf21

Browse files
authored
fix: Package name for releases
fix: Package name for releases
2 parents 1618c7b + 419c624 commit bf2bf21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = ["setuptools>=61.2.0", "setuptools_scm[toml]>=3.4.3"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
9-
name = "python-lsp-server"
9+
name = "deepnote-python-lsp-server"
1010
authors = [{name = "Python Language Server Contributors"}]
1111
description = "Python Language Server for the Language Server Protocol"
1212
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
if __name__ == "__main__":
99
setup(
10-
name="python-lsp-server", # to allow GitHub dependency tracking work
10+
name="deepnote-python-lsp-server", # to allow GitHub dependency tracking work
1111
)

0 commit comments

Comments
 (0)