diff --git a/setup.cfg b/setup.cfg index f5514fe..162b9ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [metadata] name = blazar-nova summary = Nova related filters and extensions for Blazar -description-file = README.rst +description_file = README.rst license = Apache Software License -python-requires = >=3.6 +python_requires = >=3.6 classifiers = Programming Language :: Python Programming Language :: Python :: Implementation :: CPython @@ -21,7 +21,7 @@ classifiers = Operating System :: POSIX :: Linux author = OpenStack author_email = openstack-discuss@lists.openstack.org -home-page = https://launchpad.net/blazar +home_page = https://launchpad.net/blazar [global] setup-hooks = pbr.hooks.setup_hook