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 e696654 commit ea7d381
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions 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.12"
version = "0.0.13"
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.
Expand Down Expand Up @@ -42,7 +42,3 @@ 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 ea7d381

Please sign in to comment.