Skip to content

Commit

Permalink
Merge branch 'main' into prs/add-create-cluster-module
Browse files Browse the repository at this point in the history
  • Loading branch information
brueggemann authored Mar 20, 2024
2 parents 424d681 + 75eef77 commit 7cca765
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
16 changes: 0 additions & 16 deletions setup.cfg
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

0 comments on commit 7cca765

Please sign in to comment.