summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_config/validator.py2
-rw-r--r--setup.cfg6
2 files changed, 4 insertions, 4 deletions
diff --git a/oslo_config/validator.py b/oslo_config/validator.py
index 938ee65..28bd544 100644
--- a/oslo_config/validator.py
+++ b/oslo_config/validator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2018 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/setup.cfg b/setup.cfg
index cc8f171..9118867 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,11 @@
[metadata]
name = oslo.config
summary = Oslo Configuration API
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/oslo.config/latest/
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/oslo.config/latest/
python-requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable