Skip to content

Commit

Permalink
add pydantic framkework classifier (#379)
Browse files Browse the repository at this point in the history
Also add some others and remove meaningless classifiers.
  • Loading branch information
samuelcolvin authored Feb 3, 2023
1 parent 2fd9b1c commit 23005c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ authors = [
]
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
Expand All @@ -19,15 +18,15 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Rust',
'Framework :: Pydantic',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS',
'Environment :: MacOS X',
'Topic :: Software Development :: Libraries :: Python Modules',
'Typing :: Typed',
]
dependencies = [
'typing_extensions; python_version < "3.11.0"'
Expand Down

0 comments on commit 23005c6

Please sign in to comment.