Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Jan 6, 2024
1 parent 7c87c66 commit 533b37e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[metadata]
name = snailpy
version = 0.0.3
author = Nolan Simpson
author_email = n[email protected]
description = Use the Snail IDE API in your python programs.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Snail-IDE/SnailPy
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
name = "snailpy"
version = "0.0.4"
author = "Nolan Simpson"
author_email = "[email protected]"
description = "Use the Snail IDE API in your Python programs."
long_description = "file: README.md"
long_description_content_type = "text/markdown"
url = "https://github.com/Snail-IDE/SnailPy"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]

[options]
packages = find:
python_requires = >=3.7
include_package_data = True
packages = ["find"]
python_requires = ">=3.7"
include_package_data = true

0 comments on commit 533b37e

Please sign in to comment.