From 5f3ad0ccc4798b614aab6a2bb2f7f91d5e0cde1a Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Wed, 11 Dec 2019 00:50:40 -0500 Subject: [PATCH] I had one job, and I goofed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a505d3b..d940720 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( long_description_content_type="text/markdown", license="MIT", keywords=["libretro", "retroarch", "core"], - url="https://github.com/pypa/sampleproject", + url="https://github.com/Melon-Bread/RetroUFO", packages=["RetroUFO"], install_requires=[ 'PySide2',