Billingegroup / cookiecutter

A cookie-cutter for DiffPy packages.
Other
0 stars 7 forks source link

requirements (directory) #56

Closed Sparks29032 closed 3 weeks ago

Sparks29032 commented 3 weeks ago

It may be good to also have our cookie-cutter build an empty requirements directory within the root of the project with the following files

In build, we need python and setuptools.

In docs we need sphinx, sphinx_rtd_theme, doctr, m2r

In test we need pytest, flake8, codecov, coverage, and pytest-env