From 533b37ea5934c42db2b6dd31be0381bb78855f70 Mon Sep 17 00:00:00 2001 From: nmsderp <130254323+nmsderp@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:22:27 -0500 Subject: [PATCH] maybe fix --- pyproject.toml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c1fdca..654252d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,19 @@ [metadata] -name = snailpy -version = 0.0.3 -author = Nolan Simpson -author_email = nmsderp@gmail.com -description = Use the Snail IDE API in your python programs. -long_description = file: README.md -long_description_content_type = text/markdown -url = https://github.com/Snail-IDE/SnailPy -classifiers = - Programming Language :: Python :: 3 - License :: OSI Approved :: GNU General Public License v3 (GPLv3) - Operating System :: OS Independent +name = "snailpy" +version = "0.0.4" +author = "Nolan Simpson" +author_email = "nmsderp@gmail.com" +description = "Use the Snail IDE API in your Python programs." +long_description = "file: README.md" +long_description_content_type = "text/markdown" +url = "https://github.com/Snail-IDE/SnailPy" +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Operating System :: OS Independent", +] [options] -packages = find: -python_requires = >=3.7 -include_package_data = True \ No newline at end of file +packages = ["find"] +python_requires = ">=3.7" +include_package_data = true \ No newline at end of file