Skip to content

Commit 8a9611b

Browse files
committed
Corrected project.where
1 parent ed47d70 commit 8a9611b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "remove-json-keys"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Remove key/value pairs from json_dir/**/*.json."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
66

77
[project.scripts]
88
remove-json-keys = "remove_json_keys.__main__:main"
99

1010
[tool.setuptools.packages.find]
11-
where = ["."]
11+
where = ["src"]
1212

1313
[tool.setuptools.package-data]
1414
"*" = ["package-data.json", "*.md"]

0 commit comments

Comments
 (0)