Skip to content

Commit d6e7e41

Browse files
authored
Update pyproject.toml
1 parent 6bffa8a commit d6e7e41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "snailpy"
7-
version = "0.0.10"
7+
version = "0.0.11"
88
description = "A python package for interacting with Snail IDE's API features."
99
requires-python = ">=3.7"
1010
license = {text = "GNU GPLv3"}
@@ -32,3 +32,7 @@ classifiers = [
3232
packages = ["find"]
3333
python_requires = ">=3.7"
3434
include_package_data = true
35+
36+
[project_urls]
37+
docs = "https://example.com/docs"
38+
source = "https://github.com/example/snailpy"

0 commit comments

Comments
 (0)