| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Use console_scripts entry_point instead of manually built script.
|
|
|
|
| |
[options] [args]'. I suspect will drop the command line script (markdown_py) when we drop support for Python 2.4 as this is easier to support.
|
| |
|
|
|
|
| |
markdown/__init__.py
|
|
|
|
| |
because 'markdown' conflicts with the perl implementation. 'markdown_py' will at least still work with tab completion when the user types 'markdown'.
|
| |
|
|
markdown.py to markdown and added a markdown.bat wrapper for win32. Also had to put markdown script in a bin dir so it doesn't clash with the markdown lib dir because win32 doesn't allow a dir and file of the same name in same parent dir.
|