Skip to content

Commit 905b742

Browse files
authored
Update pyproject.toml
1 parent ea7d381 commit 905b742

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
requires = ["setuptools>=61", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5-
[project]
5+
[tool.poetry]
66
name = "snailpy"
7-
version = "0.0.13"
7+
version = "0.0.14"
88
description = "A python package for interacting with Snail IDE's API features."
9+
10+
# Add these properties to the [tool.poetry] section
911
long_description = """
10-
A python package for interacting with Snail IDE's API features.
12+
Write a detailed description of your project here using reStructuredText markup.
1113
"""
12-
1314
long_description_content_type = "text/x-rst"
1415

15-
requires-python = ">=3.7"
16-
license = {text = "GNU GPLv3"}
1716
authors = [{name = "nmsderp", email = "[email protected]"}]
1817
keywords = ["python"]
18+
license = "GPL-3.0"
1919
classifiers = [
2020
"Development Status :: 2 - Pre-Alpha",
2121
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)