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 d6e7e41 commit e696654
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "snailpy"
version = "0.0.11"
version = "0.0.12"
description = "A python package for interacting with Snail IDE's API features."
long_description = """
A python package for interacting with Snail IDE's API features.
"""

long_description_content_type = "text/x-rst"

requires-python = ">=3.7"
license = {text = "GNU GPLv3"}
authors = [{name = "nmsderp", email = "[email protected]"}]
Expand Down Expand Up @@ -36,3 +42,7 @@ include_package_data = true
[project_urls]
docs = "https://example.com/docs"
source = "https://github.com/example/snailpy"

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit e696654

Please sign in to comment.