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

[project]
name = "snailpy"
version = "0.0.10"
version = "0.0.11"
description = "A python package for interacting with Snail IDE's API features."
requires-python = ">=3.7"
license = {text = "GNU GPLv3"}
Expand Down Expand Up @@ -32,3 +32,7 @@ classifiers = [
packages = ["find"]
python_requires = ">=3.7"
include_package_data = true

[project_urls]
docs = "https://example.com/docs"
source = "https://github.com/example/snailpy"

0 comments on commit d6e7e41

Please sign in to comment.