Setup appears broken
Closed this issue · 1 comments
jsuarez5341 commented
Adding this to pyproject.toml fixes it
license = {file = "LICENSE.txt"}
authors = [
{name = "Imbue", email = "abe@generallyintelligent.com"},
]
Maybe setuptools dependent? Either way, generally good to put this stuff in the toml
abefetterman commented
Thanks for the fix!