Skip to content

Commit

Permalink
feat: Add Environment :: WebAssembly to trove classifiers
Browse files Browse the repository at this point in the history
* Add Environment :: WebAssembly to valid PyPI trove classifiers.
   - c.f. https://discuss.python.org/t/do-we-want-classifiers-for-webassembly-on-pypi/22712
  • Loading branch information
matthewfeickert committed Jan 22, 2023
1 parent 8a9ba20 commit 8e65ba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/hatchling/metadata/classifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
'Environment :: Web Environment :: Buffet',
'Environment :: Web Environment :: Mozilla',
'Environment :: Web Environment :: ToscaWidgets',
'Environment :: WebAssembly',
'Environment :: WebAssembly :: Emscripten',
'Environment :: WebAssembly :: WASI',
'Environment :: Win32 (MS Windows)',
'Environment :: X11 Applications',
'Environment :: X11 Applications :: GTK',
Expand Down

0 comments on commit 8e65ba3

Please sign in to comment.