Skip to content

Commit

Permalink
docs: Add Environment :: WebAssembly :: Emscripten PyPI trove classif…
Browse files Browse the repository at this point in the history
…ier (#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.
  • Loading branch information
matthewfeickert committed Feb 16, 2023
1 parent 29fb68e commit 46ce316
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[build-system]
requires = ["hatchling>=1.0.0", "hatch-vcs"]
requires = [
"hatchling>=1.13.0",
"hatch-vcs>=0.3.0",
]
build-backend = "hatchling.build"

[project]
Expand All @@ -26,6 +29,7 @@ keywords = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: WebAssembly :: Emscripten",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 46ce316

Please sign in to comment.