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
3
3
Python-Markdown Change Log
4
4
=========================
5
5
6
+ March 23, 2023: version 3.4.3 (a bug-fix release).
7
+
8
+ * Restore console script (#1327 ).
9
+
6
10
March 22, 2023: version 3.4.2 (a bug-fix release).
7
11
8
12
* Improve standalone * and _ parsing (#1300 ).
Original file line number Diff line number Diff line change 14
14
15
15
.PHONY : install
16
16
install :
17
- python setup.py install
17
+ pip install .
18
18
19
19
.PHONY : deploy
20
20
deploy :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ testing = [
60
60
'Issue Tracker' = ' https://github.com/Python-Markdown/markdown/issues'
61
61
'Changelog' = ' https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/index.md'
62
62
63
- [project .entry-points . scripts ]
63
+ [project .scripts ]
64
64
markdown_py = ' markdown.__main__:run'
65
65
66
66
[project .entry-points .'markdown .extensions' ]
You can’t perform that action at this time.
0 commit comments