We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bffa8a commit d6e7e41Copy full SHA for d6e7e41
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "snailpy"
7
-version = "0.0.10"
+version = "0.0.11"
8
description = "A python package for interacting with Snail IDE's API features."
9
requires-python = ">=3.7"
10
license = {text = "GNU GPLv3"}
@@ -32,3 +32,7 @@ classifiers = [
32
packages = ["find"]
33
python_requires = ">=3.7"
34
include_package_data = true
35
+
36
+[project_urls]
37
+docs = "https://example.com/docs"
38
+source = "https://github.com/example/snailpy"
0 commit comments