diff --git a/pyproject.toml b/pyproject.toml index ab4d467d9..3e336a5fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,17 +12,18 @@ documentation = "https://rockstor.com/docs/" readme = "README.md" keywords = ["linux", "NAS", "appliance", "btrfs"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only", # at least initially # The "license" property should auto-invoke License classifier/classifiers. ] authors = [ - "The Rockstor Project ", + "The Rockstor Project ", ] maintainers = [ - "Philip Paul Guyton ", + "Philip Paul Guyton ", + "Flox ", ] # Source0: (rockstor-core) is GPL-3.0-or-later, Source1: (rockstor-jslibs) has mixed licensing: license = "GPL-3.0-or-later AND (MIT AND Apache-2.0 AND GPL-3.0-or-later AND LGPL-3.0-or-later AND ISC)"