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 20, 2024
1 parent c434495 commit d54f9dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools>=61", "wheel""]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "snailpy"
version = "0.0.16"
version = "0.0.17"
dependencies = [
"requests",
]
Expand All @@ -24,7 +24,6 @@ classifiers = [
"Programming Language :: Python"
]


[project.urls]
Homepage = "https://snail-ide.js.org/SnailPy"
Repository = "https://github.com/Snail-IDE/SnailPy.git"
Expand Down

0 comments on commit d54f9dd

Please sign in to comment.