MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis
MIT License
7 stars 5 forks source link

Remove entrypoint file from template #40

Closed ianmkenney closed 1 year ago

ianmkenney commented 1 year ago

Default package generation produces a file mypackage/mypackage.py containing a canvas function, whose purpose seems only to act as an example, and an if __name__ == '__main__' statement. This file should probably be removed.

The canvas function also appears to be automatically referenced in the documentation under docs/source/api.rst.