From 9fdfcdfc1ce343639dddf089d917c976f6097c7d Mon Sep 17 00:00:00 2001 From: nmsderp <130254323+nmsderp@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:43:30 -0500 Subject: [PATCH] i think it should work now --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae16610..3ae1642 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "snailpy" -version = "0.0.8" # Replace with the actual version number -description = "Use the Snail IDE API in Python!" +version = "0.0.9" +description = "A python package for interacting with Snail IDE's API features." +long_description = """ +# SnailPy + +A python package for interacting with Snail IDE's API features. +""" requires-python = ">=3.7" license = {text = "GNU GPLv3"} authors = [{name = "nmsderp", email = "nmsderp@gmail.com"}]