Unverified Commit 81b5a625 authored by Dan Jones's avatar Dan Jones
Browse files

fix: typo in setup package defs

parent 06e94db1
......@@ -7,7 +7,7 @@ setup(
python_requires=">=3.8",
packages=["backbone_message_format"],
package_dir={
"backbone_message_formats": ".",
"backbone_message_format": ".",
},
include_package_data=True,
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment