Skip to content

Commit c0faf52

Browse files
committed
Restore console script.
Fixes #1327.
1 parent 6a85e4d commit c0faf52

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/change_log/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Change Log
33
Python-Markdown Change Log
44
=========================
55

6+
March 23, 2023: version 3.4.3 (a bug-fix release).
7+
8+
* Restore console script (#1327).
9+
610
March 22, 2023: version 3.4.2 (a bug-fix release).
711

812
* Improve standalone * and _ parsing (#1300).

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ help:
1414

1515
.PHONY : install
1616
install:
17-
python setup.py install
17+
pip install .
1818

1919
.PHONY : deploy
2020
deploy:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]
6464
markdown_py = 'markdown.__main__:run'
6565

6666
[project.entry-points.'markdown.extensions']

0 commit comments

Comments
 (0)