Metadata-Version: 2.4
Name: add-classifiers
Version: 0.4.0
Summary: Simplify adding classifiers to a pyproject.toml
Author: Paul Traylor
Author-email: Paul Traylor <kungfudiscomonkey@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Requires-Dist: packaging>=25.0
Requires-Dist: pzp>=0.0.28
Requires-Dist: tomlkit>=0.13.3
Requires-Dist: trove-classifiers>=2026.6.1.19
Requires-Python: >=3.10
Project-URL: download, https://pypi.org/project/add-classifiers/#history
Project-URL: issues, https://codeberg.org/kfdm/add-classifiers/issues
Project-URL: source, https://codeberg.org/kfdm/add-classifiers
Description-Content-Type: text/markdown

# Simplify adding classifiers to a pyproject.toml

Usage:

```
# Add individual classifiers via autocomplete
uvx add-classifiers add
# Automatically add suggested classifiers based on pyproject content
# Currently supports requires-python and django
uvx add-classifiers suggest
```

# Inspiration

- <https://paultraylor.net/blog/2025/add-classifiers/> introduction blog post.
- <https://indieweb.social/@adamghill/115174743670090084>
- <https://github.com/adamghill/troml> another project inspired by the same thread.
