package is inconsistently named
in pyproject.toml has wrong name and repository
name = "project-template-python-pure"
repository = "https://github.com/cta-observatory/project-template-python-pure"
The package name:
src/template
In setup.conf of docs:
project = 'template'
It might be nice to use some name other than "template" to make it easier to search/replace. Such as "mypythonproject" or some less common string. Of course we can also try to use a real templating system (pyscaffold
?) with a proper placeholder