Skip to content

Commit

Permalink
Integrate with Copier
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Nov 26, 2023
1 parent 11f3e2c commit 308011c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .tools/copier-answers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
_commit: 8013794b5
_src_path: gh:oprypin/py-project-template
copyright_date: '2021'
mkdocs: true
mkdocs_install_self: true
project_description: 'Markdown extension: a classier syntax for admonitions'
project_name: markdown-callouts
pytest: true
python_distribution_name: markdown-callouts
python_source_path: markdown_callouts
repository_name: oprypin/markdown-callouts
script_test: false

2 changes: 1 addition & 1 deletion .tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git diff --quiet HEAD pyproject.toml
rm -rf dist
hatch version "$1"
hatch build
git add */__init__.py
git add markdown_callouts/__init__.py
git commit -m "v$1"
git tag -a -m "" "v$1"
git push origin master --tags
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Extension for [Python-Markdown][]: a classier syntax for [admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#usage)**

[![PyPI](https://img.shields.io/pypi/v/markdown-callouts)](https://pypi.org/project/markdown-callouts/)
[![GitHub](https://img.shields.io/github/license/oprypin/markdown-callouts)](https://github.com/oprypin/markdown-callouts/blob/master/LICENSE.md)
[![License](https://img.shields.io/github/license/oprypin/markdown-callouts)](https://github.com/oprypin/markdown-callouts/blob/master/LICENSE.md)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/oprypin/markdown-callouts/ci.yml.svg)](https://github.com/oprypin/markdown-callouts/actions?query=event%3Apush+branch%3Amaster)

[python-markdown]: https://python-markdown.github.io/
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ format = [
[tool.hatch.envs.docs]
type = "pip-compile"
pip-compile-hashes = false
detached = false

[tool.ruff]
line-length = 100
Expand Down

0 comments on commit 308011c

Please sign in to comment.