Skip to content

Commit

Permalink
Merge pull request #2908 from phillxnet/2889-Update-email-domain,-co-…
Browse files Browse the repository at this point in the history
…maintainer,-etc-in-pyproject.toml

Update email domain, co-maintainer, etc in pyproject.toml #2889
  • Loading branch information
phillxnet authored Sep 30, 2024
2 parents 1ddcf4b + c6d1c6e commit 2cbcb19
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 2cbcb19

Please sign in to comment.