diff --git a/setup.cfg b/setup.cfg index 8a43be4..17dda09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,20 @@ [metadata] name = powerline-k8s -version = 1.0.2 +description = A custom Powerline segment for displaying the current Kubernetes context and namespace +version = 1.0.3 author = Jordan Duabe author_email = me@jduabe.dev -description = A Powerline segment for showing the active Kubernetes context and namespace long_description = file: README.md long_description_content_type = text/markdown +license = MIT url = https://github.com/j4ckofalltrades/powerline-k8s +keywords = powerline, kubernetes +project_urls = + Source = https://github.com/j4ckofalltrades/powerline-k8s + Tracker = https://github.com/j4ckofalltrades/powerline-k8s/issues + Download = https://pypi.org/project/powerline-k8s/#files classifiers = - Programming Language :: Python + Development Status :: 5 - Production/Stable Programming Language :: Python :: 3 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 @@ -16,6 +22,7 @@ classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent Environment :: Console + Environment :: Plugins Intended Audience :: Developers Topic :: Terminals diff --git a/src/powerline_k8s/segments.py b/src/powerline_k8s/segments.py index a1c9138..8b24136 100644 --- a/src/powerline_k8s/segments.py +++ b/src/powerline_k8s/segments.py @@ -9,9 +9,6 @@ class KubernetesSegment(Segment): - ''' - Attempt to parse the current context and namespace from the kube-config file. - ''' @staticmethod def kube_ctx_info(pl):