File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ title: Change Log
33Python-Markdown Change Log
44=========================
55
6+ March 23, 2023: version 3.4.3 (a bug-fix release).
7+
8+ * Restore console script (#1327 ).
9+
610March 22, 2023: version 3.4.2 (a bug-fix release).
711
812* Improve standalone * and _ parsing (#1300 ).
Original file line number Diff line number Diff line change 1414
1515.PHONY : install
1616install :
17- python setup.py install
17+ pip install .
1818
1919.PHONY : deploy
2020deploy :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ testing = [
6060'Issue Tracker' = ' https://github.com/Python-Markdown/markdown/issues'
6161'Changelog' = ' https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/index.md'
6262
63- [project .entry-points . scripts ]
63+ [project .scripts ]
6464markdown_py = ' markdown.__main__:run'
6565
6666[project .entry-points .'markdown .extensions' ]
You can’t perform that action at this time.
0 commit comments