Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/cthoyt/cookiecutter-snekpack",
"commit": "ea65caae6a5a61011eaf4512fff1bbf1d4c643b1",
"commit": "068ccad44f88184507d9bac40f955cb9740b24c1",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -26,7 +26,7 @@
"__gh_slug": "BlueObelisk/pybacting",
"__package_name_dashed": "pybacting",
"_template": "https://github.com/cthoyt/cookiecutter-snekpack",
"_commit": "ea65caae6a5a61011eaf4512fff1bbf1d4c643b1"
"_commit": "068ccad44f88184507d9bac40f955cb9740b24c1"
}
},
"directory": null
Expand Down
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["uv_build>=0.9.6,<1.0"]
requires = ["uv_build>=0.11.2,<1.0"]
build-backend = "uv_build"

[project]
Expand All @@ -21,7 +21,6 @@ classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Framework :: Pytest",
"Framework :: tox",
Expand Down Expand Up @@ -49,9 +48,8 @@ keywords = [

# License Information.
# See PEP-639 at https://peps.python.org/pep-0639/#add-license-files-key
license-files = [
"LICENSE",
]
license = "MIT"
license-files = ["LICENSE"]

requires-python = ">=3.10"
dependencies = [
Expand Down Expand Up @@ -94,6 +92,7 @@ doctests = [
"pygments",
]
pyroma = [
"uv-build",
"pyroma",
"pygments",
]
Expand Down
Loading