summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--barbicanclient/barbican_cli/v1/secrets.py2
-rw-r--r--setup.cfg1
3 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a614eb0..cc8aae9 100644
--- a/README.rst
+++ b/README.rst
@@ -204,7 +204,7 @@ usage options
.. _Launchpad project: https://launchpad.net/python-barbicanclient/
.. _Blueprints: https://blueprints.launchpad.net/python-barbicanclient/
.. _Bugs: https://storyboard.openstack.org/#!/project/984
-.. _Source: https://git.openstack.org/cgit/openstack/python-barbicanclient/
+.. _Source: https://opendev.org/openstack/python-barbicanclient/
.. _Getting involved: https://docs.openstack.org/barbican/latest/contributor/getting_involved.html
.. _Specs: https://specs.openstack.org/openstack/barbican-specs/
diff --git a/barbicanclient/barbican_cli/v1/secrets.py b/barbicanclient/barbican_cli/v1/secrets.py
index dc9929d..65d94ad 100644
--- a/barbicanclient/barbican_cli/v1/secrets.py
+++ b/barbicanclient/barbican_cli/v1/secrets.py
@@ -19,7 +19,7 @@ from cliff import command
from cliff import lister
from cliff import show
-from barbicanclient import secrets
+from barbicanclient.v1 import secrets
class DeleteSecret(command.Command):
diff --git a/setup.cfg b/setup.cfg
index dc53dd2..fe87483 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,7 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
+ Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7