Skip to content

Commit 46ce316

Browse files
docs: Add Environment :: WebAssembly :: Emscripten PyPI trove classifier (#2100)
* Add the PyPI Environment :: WebAssembly :: Emscripten trove classifier to the PyPI metadata as pyhf can run on a WASM build of CPython. - c.f. https://discuss.python.org/t/do-we-want-classifiers-for-webassembly-on-pypi/22712 * Update hatchling lower bound to v1.13.0, the first version to support the Environment :: WebAssembly trove classifiers.
1 parent 29fb68e commit 46ce316

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["hatchling>=1.0.0", "hatch-vcs"]
2+
requires = [
3+
"hatchling>=1.13.0",
4+
"hatch-vcs>=0.3.0",
5+
]
36
build-backend = "hatchling.build"
47

58
[project]
@@ -26,6 +29,7 @@ keywords = [
2629
]
2730
classifiers = [
2831
"Development Status :: 4 - Beta",
32+
"Environment :: WebAssembly :: Emscripten",
2933
"Intended Audience :: Science/Research",
3034
"License :: OSI Approved :: Apache Software License",
3135
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)