Skip to content

Commit

Permalink
Add PYPI classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
djcopley committed Jan 2, 2024
1 parent c17f38b commit 90742a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ command and substitutes it into your terminal buffer."""
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Operating System :: MacOS",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: MacOS",
]

[tool.setuptools]
Expand Down

0 comments on commit 90742a0

Please sign in to comment.