From 728d4b1e1ba8c90db87af01f65650828ff8bd827 Mon Sep 17 00:00:00 2001 From: Bugadinho Date: Tue, 22 Aug 2023 11:39:56 -0300 Subject: [PATCH] Fix description on setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5dd3adc..e902d36 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def install_requires(): name="cork-launcher", version="1.0.0", author="Bugadinho", - description="A Roblox Wine Wrapper", + description="A bootstrapper for Roblox and Roblox Studio", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/Bugadinho/Cork",