11[project ]
22name = " pyhtml-enhanced"
33version = " 2.3.2"
4- description = " A library for building HTML documents with a simple and learnable syntax"
4+ description = " Build HTML documents in Python with a simple and learnable syntax"
55authors = [{ name = " Maddy Guthridge" , email = " maddy.guthridge@unsw.edu.au" }]
66license = {text = " MIT" }
77readme = " README.md"
@@ -11,7 +11,6 @@ classifiers = [
1111 " Programming Language :: Python :: 3" ,
1212 " Intended Audience :: Developers" ,
1313 " Intended Audience :: Education" ,
14- " License :: OSI Approved :: MIT License" ,
1514 " Operating System :: OS Independent" ,
1615 " Development Status :: 5 - Production/Stable" ,
1716 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
@@ -51,21 +50,14 @@ docs = [
5150 " mkdocs-awesome-pages-plugin>=2.9.3" ,
5251 " mkdocs-section-index>=0.3.10" ,
5352 # Explicitly include pygments to override its version using uv sources
54- " pygments>=2.19.2 " ,
53+ " pygments>=2.20.0 " ,
5554]
5655
5756[tool .uv ]
5857# Exclude dependency releases newer than 1 week, in order to reduce supply-chain
5958# risk.
6059exclude-newer = " 1 week"
6160
62- [tool .uv .sources ]
63- # Until pygments does another release, we should take it from git. Otherwise,
64- # our documentation's t-strings will be formatted incorrectly.
65- # Pinning to a specific revision to ensure that we don't accidentally get
66- # malware if someone does a malicious commit or something.
67- pygments = { git = " https://github.com/pygments/pygments" , rev = " 28ec10c5e154ee27201997feb573a0b065f74082" }
68-
6961[build-system ]
7062requires = [" uv_build>=0.7.20,<0.12.0" ]
7163build-backend = " uv_build"
0 commit comments