Skip to content

Commit

Permalink
Update email domain, co-maintainer, etc in pyproject.toml #2889
Browse files Browse the repository at this point in the history
Adds co-maintainer & updates legacy support domain.
Update "Development Status" to "Production/Stable" to reflect
late (but not final) Stable Release Candidate status in current
testing branch. Readying the testing branch for a pending merge
into master (stable) post some final fixes.
  • Loading branch information
phillxnet committed Sep 30, 2024
1 parent 1ddcf4b commit c6d1c6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <support@linuxlines.com>",
"The Rockstor Project <support@rockstor.com>",
]
maintainers = [
"Philip Paul Guyton <support@linuxlines.com>",
"Philip Paul Guyton <support@rockstor.com>",
"Flox <support@rockstor.com>",
]
# 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)"
Expand Down

0 comments on commit c6d1c6e

Please sign in to comment.