Since PEP 518 (https://peps.python.org/pep-0518/), python projects should have a toml file. This is required to use modern dependency managers like Poetry (https://python-poetry.org/). This PR adds a pyproject.toml file specifying a numpy dependency, avoiding a circular import. With this PR, you can now install pymangle (and packages which depend on pymangle) using poetry.
Since PEP 518 (https://peps.python.org/pep-0518/), python projects should have a toml file. This is required to use modern dependency managers like Poetry (https://python-poetry.org/). This PR adds a pyproject.toml file specifying a numpy dependency, avoiding a circular import. With this PR, you can now install pymangle (and packages which depend on pymangle) using poetry.