Skip to content

Commit 77e72dd

Browse files
fix typo in project url
1 parent d7273ae commit 77e72dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_version() -> str:
4040
description="interactive terminal in the browser",
4141
long_description=README,
4242
long_description_content_type="text/markdown",
43-
url="https://github.com/cs01/pyxtermjs",
43+
url="https://github.com/cs01/pyxterm.js",
4444
license="License :: OSI Approved :: MIT License",
4545
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
4646
include_package_data=True,

0 commit comments

Comments
 (0)