Skip to content

Commit

Permalink
Restore console script.
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Mar 23, 2023
1 parent 6a85e4d commit c0faf52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/change_log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Change Log
Python-Markdown Change Log
=========================

March 23, 2023: version 3.4.3 (a bug-fix release).

* Restore console script (#1327).

March 22, 2023: version 3.4.2 (a bug-fix release).

* Improve standalone * and _ parsing (#1300).
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ help:

.PHONY : install
install:
python setup.py install
pip install .

.PHONY : deploy
deploy:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ testing = [
'Issue Tracker' = 'https://github.com/Python-Markdown/markdown/issues'
'Changelog' = 'https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/index.md'

[project.entry-points.scripts]
[project.scripts]
markdown_py = 'markdown.__main__:run'

[project.entry-points.'markdown.extensions']
Expand Down

0 comments on commit c0faf52

Please sign in to comment.