pyproject.toml #10
Labels
Comp:Build
This issue has to do with the build system of the code/doc (makefiles, cmake, install errors)
Difficulty:1-Beginner
This issue does not require expert knowledge and may be a good issue for new contributors.
Priority:2-Normal
This work is important and should be completed ASAP.
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Style
Is related to coding style guide compliance (e.g. PEP8 or google C++ style guide).
While porting the project over to a python script it will be helpful (possibly necesary) to have a
pyproject.toml
file that will allow users to install the script from pypi (and maybe conda-forge, later).Documentation for
pyproject.toml
.Look at examples in other repositories such as
osier
This issue may be closed when:
pyproject.toml
file that allows users to install this package withpip install
.src
directory or awriting-checker
directory)The text was updated successfully, but these errors were encountered: