projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
057e2eb
)
Fix another place for types -> typez
author
Scott Gasch
<
[email protected]
>
Sun, 2 Apr 2023 19:14:12 +0000
(12:14 -0700)
committer
Scott Gasch
<
[email protected]
>
Sun, 2 Apr 2023 19:14:12 +0000
(12:14 -0700)
pyproject.template
patch
|
blob
|
history
diff --git
a/pyproject.template
b/pyproject.template
index 58c9110835cd62f8d508da80ce515f84055dc027..32a80d568ff8b432f322c78d6cde712350384d13 100644
(file)
--- a/
pyproject.template
+++ b/
pyproject.template
@@
-45,7
+45,7
@@
build-backend = "setuptools.build_meta"
packages = [
"pyutils", "pyutils.collectionz", "pyutils.compress",
"pyutils.datetimes", "pyutils.files", "pyutils.parallelize",
- "pyutils.search", "pyutils.security", "pyutils.type
s
"
+ "pyutils.search", "pyutils.security", "pyutils.type
z
"
]
[tool.setuptools.package-dir]