Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Jan 6, 2024
1 parent ea7d381 commit 905b742
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

[project]
[tool.poetry]
name = "snailpy"
version = "0.0.13"
version = "0.0.14"
description = "A python package for interacting with Snail IDE's API features."

# Add these properties to the [tool.poetry] section
long_description = """
A python package for interacting with Snail IDE's API features.
Write a detailed description of your project here using reStructuredText markup.
"""

long_description_content_type = "text/x-rst"

requires-python = ">=3.7"
license = {text = "GNU GPLv3"}
authors = [{name = "nmsderp", email = "[email protected]"}]
keywords = ["python"]
license = "GPL-3.0"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 905b742

Please sign in to comment.