ansys / ansys-templates

A tool for creating new projects according to Ansys guidelines
https://templates.ansys.com
MIT License
11 stars 4 forks source link

Make ansys-advanced/pyprojec.toml PEP 621 compliant #48

Open jorgepiloto opened 2 years ago

jorgepiloto commented 2 years ago

🐞 Problem

Similar situation as in #46. Duplicated instances of pyproject.toml for the build-system tools flit and poetry.

💡 Solution

Combine those into a single file.

jorgepiloto commented 2 years ago

Important: PEP 621 – Storing project metadata in pyproject.toml

In essence, previous pep tries to unify the way metadata is specified in the pyproject.toml file independently from the build-system being used.

However, it looks like poetry has not yet implemented this, see the following issues: