-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Baiju Muthukadan <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[metadata] | ||
name = pyservicebinding | ||
version = 0.2.5 | ||
version = 0.3.0 | ||
author = Baiju Muthukadan | ||
author_email = [email protected] | ||
description = Kubernetes Service Binding Library for Python Applications | ||
|
@@ -14,15 +14,15 @@ url = https://github.com/baijum/pyservicebinding | |
project_urls = | ||
Bug Tracker = https://github.com/baijum/pyservicebinding/issues | ||
classifiers = | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.8 | ||
License :: OSI Approved :: Apache Software License | ||
Operating System :: OS Independent | ||
|
||
[options] | ||
package_dir = | ||
= src | ||
packages = find: | ||
python_requires = >=3.9 | ||
python_requires = >=3.8 | ||
install_requires = | ||
PyYAML | ||
tests_require = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters