diff --git a/README.rst b/README.rst
index 36eeb541..b3f7bde2 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ OpenStack Freezer
.. image:: freezer_logo.jpg
-Freezer is a Backup Restore DR as a Service platform that helps you to automate
+Freezer is a Backup and Restore Service platform that helps you to automate
the data backup and restore process.
The following features are available:
@@ -41,13 +41,10 @@ To learn how to use Freezer's API, consult the documentation available online
at:
- `Backup API Reference `__
-- `Freezer API `__
-
-Freezer Disaster Recovery:
-- `Freezer DR `__
+- `Freezer API `__
Freezer Horizon plugin:
-- `Freezer Web UI `__
+- `Freezer Web UI `__
For more information on OpenStack APIs, SDKs and CLIs in general, refer to:
@@ -69,7 +66,7 @@ operating system vendor, it is often wise to use their own bug tracker for
reporting problems. In all other cases use the master OpenStack bug tracker,
available at:
-- `Bug Tracker `__
+- `Bug Tracker `__
Troubleshooting
---------------
@@ -109,10 +106,7 @@ During each `Summit`_ and `Project Team Gathering`_, we agree on what the whole
community wants to focus on for the upcoming release. The plans for freezer can
be found at:
-- `Freezer Old README `__
-
- `Freezer Specs `__
-.. _Summit: https://www.openstack.org/summit/
-.. _Project Team Gathering: https://www.openstack.org/ptg/
-
+.. _Summit: https://openinfra.org/summit/
+.. _Project Team Gathering: https://openinfra.org/ptg/
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 5c7d8096..c0691391 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2,8 +2,8 @@
Welcome to Freezer's documentation
==================================
-Freezer is a distributed backup restore and disaster recovery as a service
-platform. It is designed to be multi OS (Linux, Windows, OSX, BSD), focused
+Freezer is a distributed backup and restore as a service platform.
+It is designed to be multi OS (Linux, Windows, OSX, BSD), focused
on providing efficiency and flexibility for block based backups, file based
incremental backups, point-in-time actions, jobs synchronization (i.e. backup
synchronization over multiple nodes) and many other features. It is aimed at
diff --git a/setup.cfg b/setup.cfg
index d378c6d6..1c45af03 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,8 +2,9 @@
name = freezer
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
-summary = The OpenStack Backup Restore and Disaster Recovery as a Service Platform
+summary = The OpenStack Backup and Restore as a Service Platform
description_file = README.rst
+description-content-type = text/x-rst
home_page = https://docs.openstack.org/freezer/latest/
license = Apache-2
python_requires = >=3.8
@@ -12,6 +13,9 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
+ Programming Language :: Python :: 3.12
Development Status :: 5 - Production/Stable
Natural Language :: English
Environment :: OpenStack
@@ -34,7 +38,6 @@ keywords =
backup
openstack
restore
- disaster recovery
lvm
snapshot
mongodb
@@ -57,5 +60,3 @@ oslo.config.opts =
console_scripts =
freezer-scheduler = freezer.scheduler.freezer_scheduler:main
freezer-agent = freezer.main:main
-
-