Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
j4ckofalltrades committed Jul 5, 2021
1 parent 2a4ccc5 commit 2b0a485
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 10 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
[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 = [email protected]
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
Programming Language :: Python :: 3.9
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Environment :: Console
Environment :: Plugins
Intended Audience :: Developers
Topic :: Terminals

Expand Down
3 changes: 0 additions & 3 deletions src/powerline_k8s/segments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2b0a485

Please sign in to comment.