Skip to content

Conversation

waylan
Copy link
Member

@waylan waylan commented Dec 9, 2017

No description provided.

Use console_scripts entry_point instead of manually built script.
@waylan waylan merged commit 193c509 into Python-Markdown:master Dec 9, 2017
@waylan waylan deleted the wheels branch December 9, 2017 01:46
'install_scripts': md_install_scripts
entry_points={
'console_scripts': [
'markdown = markdown.__main__:run',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not this be markdown_py = ...? From Debian packaging perspective, I would still like to avoid conflicts with the Perl implementation.

Copy link
Member Author

@waylan waylan Dec 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're correct, it should. I forgot about that. Feel free to push a fix for that yourself. Probably should restore the old comment to remind us as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants