diff --git a/pyproject.toml b/pyproject.toml index 63a7d09..60b8972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "scs@osb-alliance.com"}] +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" diff --git a/setup.cfg b/setup.cfg index 4183ecc..3921288 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = scs@osb-alliance.com -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