-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The project is missing the structure that the packages created with the template will have. I suggest creating a branch with a more or less finished structure and creating each other branch based on that parent branch.
I would suggest adding the following folders and files to the template folder:
.circleci/, .github/, docs/, tests/, {{project_slug}}/, LICENSE, pyproject.toml.jinja, README.md.jinja
template-pyfar-package/
├── template
│ ├── {{project_slug}}
│ │ └── __init__.py
│ ├── .circleci/
│ ├── .github/
│ ├── tests/
│ ├── docs/
│ ├── pyproject.toml.jinja
│ ├── README.md.jinja
│ └── ...
│
├── tests/
│ ├── conftest.py
│ └── test_copier.py
│
├── docs/
│ ├── modules/
│ ├── Makefile
│ ├── api_reference.rst
│ ├── conf.py
│ ├── contributing.rst
│ └── ...
│
├── .github/
│ ├── workflows/
│ └── ...
├── pyproject.toml
├── README.md
├── copier.yml
└── ...
Metadata
Metadata
Assignees
Labels
No labels