-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into prs/add-create-cluster-module
- Loading branch information
Showing
2 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,24 @@ requires = [ "setuptools", "wheel" ] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
dynamic = ["version"] | ||
requires-python = ">=3.9" | ||
|
||
name = "Rookify" | ||
description = "Enable Ceph-Cluster migrations to Rook" | ||
readme = "README.md" | ||
authors = [{name = "Sovereign Cloud Stack Developers", email = "[email protected]"}] | ||
license = {file = "LICENSE"} | ||
classifiers = [ | ||
"Intended Audience :: System Administrators", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Environment :: Console", | ||
"Topic :: System :: Clustering", | ||
"Topic :: System :: Systems Administration", | ||
"Topic :: Utilities" | ||
] | ||
|
||
[project.urls] | ||
Homepage = "https://scs.community" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,2 @@ | ||
[metadata] | ||
name = Rookify | ||
description = Enable Ceph-Cluster migrations to Rook | ||
long_description = Rookify is designed to facilitate a smooth and efficient transition for existing Ceph clusters to a Rook-managed Ceph cluster environment. | ||
platforms = any | ||
author = Sovereign Cloud Stack Developers | ||
author_email = [email protected] | ||
license = Apache | ||
url = https://scs.community | ||
classifiers = | ||
Intended Audience :: System Administrators | ||
License :: OSI Approved :: Apache License | ||
Operating System :: OS Independent | ||
Programming Language :: Python | ||
Environment :: Console | ||
Topic :: System :: Clustering | ||
Topic :: System :: Systems Administration | ||
Topic :: Utilities |