mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-19 14:59:28 +00:00
python: bump package version to 0.1.0, and requires Python 3.10+
This commit is contained in:
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "cloudflare-error-page"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
description = "A customizable Cloudflare error page generator"
|
||||
authors = [{ name = "Anthony Donlon" }]
|
||||
license = { text = "MIT" }
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"jinja2>=3.0"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user