Skip to content

Commit

Permalink
feat: Add Environment :: WebAssembly and Framework :: Pydantic to tro…
Browse files Browse the repository at this point in the history
…ve classifiers

* 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 766a256
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/src/hatchling/metadata/classifiers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '2022.12.22'
VERSION = '2023.1.20'

SORTED_CLASSIFIERS = [
'Development Status :: 1 - Planning',
Expand Down 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 Expand Up @@ -179,6 +182,8 @@
'Framework :: Plone :: Addon',
'Framework :: Plone :: Core',
'Framework :: Plone :: Theme',
'Framework :: Pydantic',
'Framework :: Pydantic :: 1',
'Framework :: Pylons',
'Framework :: Pyramid',
'Framework :: Pytest',
Expand Down

0 comments on commit 766a256

Please sign in to comment.