Skip to content

Commit

Permalink
i think it should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Jan 6, 2024
1 parent f59dd34 commit 9fdfcdf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "snailpy"
version = "0.0.8" # Replace with the actual version number
description = "Use the Snail IDE API in Python!"
version = "0.0.9"
description = "A python package for interacting with Snail IDE's API features."
long_description = """
# SnailPy
A python package for interacting with Snail IDE's API features.
"""
requires-python = ">=3.7"
license = {text = "GNU GPLv3"}
authors = [{name = "nmsderp", email = "[email protected]"}]
Expand Down

0 comments on commit 9fdfcdf

Please sign in to comment.