Skip to content

Commit

Permalink
Move py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Oct 18, 2023
1 parent abf2721 commit 9482280
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Process the text:
{% execute_python example.py example.txt %}

A more useful example would be the generation of this README itself.
See [`create_readme.py`](/.make_readme.py) and [`README.template.md`](/.README.template.md).
See [`make_readme.py`](/make_readme.py) and [`.README.template.md`](/.README.template.md).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ Bye!
```

A more useful example would be the generation of this README itself.
See [`create_readme.py`](/.make_readme.py) and [`README.template.md`](/.README.template.md).
See [`make_readme.py`](/make_readme.py) and [`.README.template.md`](/.README.template.md).
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ tasks:

make-readme:
cmds:
- poetry run python .make_readme.py .README.template.md > README.md
- poetry run python make_readme.py .README.template.md > README.md

check-readme:
cmds:
- poetry run python .make_readme.py .README.template.md --check_file README.md
- poetry run python make_readme.py .README.template.md --check_file README.md
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shrtcodes"
version = "1.1.0"
version = "1.1.1"
description = "Simple shortcodes for Python."
authors = ["Peter Byfield <byfield554@gmail.com>"]
license = "MIT"
Expand Down
File renamed without changes.

0 comments on commit 9482280

Please sign in to comment.