The pyproject.toml file in the miniKanren v1.0.4 contains an invalid license-files field in the [project] section which is causing build failure.
ValueError: invalid pyproject.toml config: project. configuration error: projectmust not contain {'license-files'} properties
Steps to reproduce
Python version: 3.10
pip3.10 install miniKanren==1.0.4
