File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # {{ project_name }}
1+ # Welcome to {{ project_name }}
22
3- | | |
4- |---|----------------|
5- | Package | [](https://pypi.org/project/{{project_slug}}/) [](https://pypi.org/project/{{project_slug}}/) {% if use_rtd %} [](https://{{project_slug}}.readthedocs.io/en/latest/?badge=latest) {% endif %} |
6- | Meta | [](LICENSE) [](.github/CODE_OF_CONDUCT.md) |
7- | Automation | |
3+ | | |
4+ |--------|--------|
5+ | Package | [](https://pypi.org/project/{{project_slug}}/) [](https://pypi.org/project/{{project_slug}}/) {% if use_rtd %} [](https://{{project_slug}}.readthedocs.io/en/latest/?badge=latest){% endif %} |
6+ | Meta | [](CODE_OF_CONDUCT.md) |
87
9- _{{ package_description }}_
8+ *TODO: the above badges that indicate python version and package version will only work if your package is on PyPI.
9+ If you don't plan to publish to PyPI, you can remove them.*
1010
11- TODO: Add more about what the package does here.
11+ {{ project_name }} is a project that (describe what it does here) .
1212
1313## Get started
1414
You can’t perform that action at this time.
0 commit comments