File tree Expand file tree Collapse file tree
{% if docs %}docs{% endif %}/{% if docs == 'mkdocs' %}.{% endif %} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/leodevian/modern-python/ci.yaml?branch=main&logo=github&label=CI )] ( https://github.com/leodevian/modern-python/actions/workflows/ci.yaml )
55[ ![ License] ( https://img.shields.io/github/license/leodevian/modern-python )] ( https://github.com/leodevian/modern-python/blob/main/LICENSE )
66
7- [ Copier] ( https://copier.readthedocs.io/en/stable/ ) template for modern Python packages.
7+ [ Copier] ( https://copier.readthedocs.io/ ) template for modern Python packages.
88
99## Setup and usage
1010
1111This Copier template requires:
1212
1313- [ Git] ( https://git-scm.com/ ) version 2.
1414- [ Python] ( https://www.python.org/ ) 3.9 or more.
15- - [ Copier] ( https://copier.readthedocs.io/en/stable/ ) version 9.6 or more.
15+ - [ Copier] ( https://copier.readthedocs.io/ ) version 9.6 or more.
1616- [ Copier Template-Extensions] ( https://github.com/copier-org/copier-template-extensions ) version 0.3.2 or more.
1717
1818To install Git, [ download and install it from the official website] ( https://git-scm.com/downloads ) .
Original file line number Diff line number Diff line change 1+ Shorten URLs.
Original file line number Diff line number Diff line change 44[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/leodevian/modern-python/ci.yaml?branch=main&logo=github&label=CI )] ( https://github.com/leodevian/modern-python/actions/workflows/ci.yaml )
55[ ![ license] ( https://img.shields.io/github/license/leodevian/modern-python )] ( https://github.com/leodevian/modern-python/blob/main/LICENSE )
66
7- [ Copier] ( https://copier.readthedocs.io/en/stable/ ) template for modern Python packages.
7+ [ Copier] ( https://copier.readthedocs.io/ ) template for modern Python packages.
88
99This Copier template requires:
1010
1111- [ Git] ( https://git-scm.com/ ) version 2.
1212- [ Python] ( https://www.python.org/ ) 3.9 or more.
13- - [ Copier] ( https://copier.readthedocs.io/en/stable/ ) version 9.6 or more.
13+ - [ Copier] ( https://copier.readthedocs.io/ ) version 9.6 or more.
1414- [ Copier Template-Extensions] ( https://github.com/copier-org/copier-template-extensions ) version 0.3.2 or more.
1515
1616To install Git, [ download and install it from the official website] ( https://git-scm.com/downloads ) .
Original file line number Diff line number Diff line change 77
88## Installation
99
10- Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/en/stable/ ):
10+ Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/):
1111
1212```console
1313$ pip install {{ distribution_name }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import importlib.metadata
77from {{ package_name }} import __version__
88
99
10- # https://packaging.python.org/en/latest/ discussions/single-source-version/#single-sourcing-the-project-version
10+ # https://packaging.python.org/discussions/single-source-version/#single-sourcing-the-project-version
1111def test_version() -> None:
1212 """Test that the version attribute matches the package version."""
1313 version = importlib.metadata.version("{{ distribution_name }}")
Original file line number Diff line number Diff line change 77
88## Installation
99
10- Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/en/stable/ ):
10+ Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/):
1111
1212```console
1313$ pip install {{ distribution_name }}
You can’t perform that action at this time.
0 commit comments