| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch docs to mkdocs | Waylan Limberg | 2015-04-22 | 1 | -2/+2 |
| | | |||||
| * | Use twine to upload releases. | Waylan Limberg | 2015-04-22 | 1 | -1/+3 |
| | | |||||
| * | Build and upload wheels for releases. | Waylan Limberg | 2015-04-22 | 1 | -2/+2 |
| | | |||||
| * | Replaced scripts with 'console_scripts' entry points. | Waylan Limberg | 2015-04-22 | 1 | -1/+1 |
| | | | | | | | | | The 'bin/markdown_py' script has been replaced with a 'markdown' entry point and 'run_tests.py' with a 'mdtests' entry point. The makefile uses 'python -m markdown.test' rather than 'mdtests' so it can run even if the package is not installed. | ||||
| * | Add 'help' command to makefile | Waylan Limberg | 2015-02-19 | 1 | -0/+14 |
| | | | | | | I can never remember the names of the subcommands. A 'help' subcommand is an easy assistant for the future. | ||||
| * | Makefiles require tabs - not spaces - for indentation. see #328 | Waylan Limberg | 2014-08-05 | 1 | -3/+3 |
| | | |||||
| * | Ensure MANIFEST is always included in builds. Fixes #328. | Waylan Limberg | 2014-08-05 | 1 | -0/+3 |
| | | |||||
| * | More makefile cleanup. Fixes #202. | Waylan Limberg | 2013-03-15 | 1 | -3/+9 |
| | | |||||
| * | Fixed a few minor issues with the makefile discovered deploying the last ↵ | Waylan Limberg | 2013-03-15 | 1 | -4/+7 |
| | | | | | release. | ||||
| * | Switched testing to tox. | Waylan Limberg | 2013-03-01 | 1 | -0/+40 |
| Also scrapped fabfile.py and replaced it with a much simpler makefile. Tox does most of the stuff that was in fabfile.py anyway. Now that everything runs in all supported python versions without using 2to3, we don't need to wait for tox to support it. | |||||
