Skip to content

Commit a219a38

Browse files
committed
build with flit to fix editable installation
1 parent 6c42b25 commit a219a38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[build-system]
2-
requires = ["setuptools"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["flit_core >=3.4,<4"]
3+
build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "bws_python"
77
authors = [{name = "Joshua Halbert"}]
8-
version = "0.1.03"
8+
version = "0.1.04"
99
license = {file = "LICENSE"}
1010
description= "Python wrapper for Bitwarden Secrets Manager"
1111
readme = "README.md"

0 commit comments

Comments
 (0)