diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2025-10-16 09:56:36 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2025-10-16 09:56:36 +0200 |
| commit | bf5bb7e811c08f44dd8df5029f7ebf9b70d226f6 (patch) | |
| tree | deac9944fc5b326ad788b11bfe50e4fb3f43b941 | |
| parent | e3576bc899b5fb67114810519c45c52bb97634f6 (diff) | |
| download | patchodon-master.tar.gz patchodon-master.tar.bz2 | |
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f559ac5..e7f1814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ license = "GPL-3.0-or-later" license-files = ["LICENSE"] keywords = ["git", "mastodon", "patch"] classifiers = [ - "Development Status :: 4 - BetaIntended Audience :: Science/Research", + "Development Status :: 4 - Beta", + "Intended Audience :: Science/Research", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 3", |
