Update setup.py with correct project URL

This commit is contained in:
Mattia Giambirtone 2023-12-09 11:38:40 +01:00
parent 2601ebb514
commit 52a09307ae
Signed by: nocturn9x
GPG Key ID: 8270F9F467971E59
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if __name__ == "__main__":
description="An experimental structured concurrency framework",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://example.com",
url="https://git.nocturn9x.space/nocturn9x/structio",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",