JulienPalard / Pipe

A Python library to use infix notation in Python
MIT License
1.95k stars 113 forks source link

pyproject.toml: fixed [tool] table name #97

Closed isidroas closed 11 months ago

isidroas commented 11 months ago

According to the standard https://packaging.python.org/en/latest/specifications/pyproject-toml/#arbitrary-tool-configuration-the-tool-table

Currently, that option is ignored. You can test it by changing the value of py-modules list to something else

JulienPalard commented 11 months ago

Funnily it worked as there were a single py file on the top level... so removing the section would work too :D

Thanks for noticing!