Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill pyproject project details with setup.cfg metadata #39

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading