We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c42b25 commit a219a38Copy full SHA for a219a38
1 file changed
pyproject.toml
@@ -1,11 +1,11 @@
1
[build-system]
2
-requires = ["setuptools"]
3
-build-backend = "setuptools.build_meta"
+requires = ["flit_core >=3.4,<4"]
+build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "bws_python"
7
authors = [{name = "Joshua Halbert"}]
8
-version = "0.1.03"
+version = "0.1.04"
9
license = {file = "LICENSE"}
10
description= "Python wrapper for Bitwarden Secrets Manager"
11
readme = "README.md"
0 commit comments