We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26114fa commit a133184Copy full SHA for a133184
pyproject.toml
@@ -42,3 +42,6 @@ classifiers = [
42
[project.entry-points."console_scripts"]
43
python-pypi-version-check = "opencepk_lib_python_common.pypi_bumpversion_check_package.pypi_bumpversion_check.main:main"
44
find-and-replace-strings = "opencepk_lib_python_common.find_and_replace_strings_package.find_and_replace_strings.main:main"
45
+
46
+[project.optional-dependencies]
47
+dep = ["toml"]
0 commit comments