Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a silly bug in setup.py. Importing version from the lib requires that ↵2.0.3 | Waylan Limberg | 2009-10-07 | 1 | -1/+2 |
| | | | | all dependencaies for the lib are present, so we can't actuly import the lib until after we check for dependencies - which means we can't import version in the setup script. Grrr. We'll have to remember to update the version number in both places from now on. Sigh. | ||||
* | Updated setup script to include dependency for elementtree when python ↵ | Waylan Limberg | 2009-07-31 | 1 | -33/+38 |
| | | | | version < 2.5. Since Cheetah just added a dependency on Markdown (in 2.2.2) we've received numerious complaints from people trying to easy_install Cheetah on older pythons. | ||||
* | Fixed commandline issues and upped version to 2.0.1-beta. Renamed ↵ | Waylan Limberg | 2009-05-05 | 1 | -1/+29 |
| | | | | 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. | ||||
* | Set version to 2.0-rc2. | Waylan Limberg | 2009-03-19 | 1 | -1/+0 |
| | |||||
* | Upped version to 2.0-rc12.0-rc1 | Waylan Limberg | 2009-03-08 | 1 | -2/+3 |
| | |||||
* | Added some more meta-data to setup.py. Shouldn't have to manually edit pypi ↵ | Waylan Limberg | 2009-02-04 | 1 | -0/+14 |
| | | | | page anymore. | ||||
* | Updated setup.py license to match the actual license. | Waylan Limberg | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | Updated setup.py and MANIFEST for recent package refactor. | Waylan Limberg | 2008-11-22 | 1 | -4/+3 |
| | |||||
* | More cleanup. Not sure why some executables didn't have shebang lines. They ↵ | Waylan Limberg | 2008-10-29 | 1 | -0/+2 |
| | | | | do now. | ||||
* | Cleaning house. Actually have all executables be executable and stop Vim's ↵ | Waylan Limberg | 2008-10-28 | 1 | -0/+0 |
| | | | | .swp files from showing up in git status. | ||||
* | 2.0-beta tag.2.0-beta | Artem Yunusov | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | renamed extension module and set import to extension module first, then ↵ | Waylan Limberg | 2008-08-11 | 1 | -1/+1 |
| | | | | mdx_filename | ||||
* | More cleanup of setup.py | Waylan Limberg | 2008-08-09 | 1 | -1/+0 |
| | |||||
* | Cleaned up setup.py | Waylan Limberg | 2008-08-09 | 1 | -11/+3 |
| | |||||
* | Added commandline script and updated CHANGE_LOG and MANIFEST. | Waylan Limberg | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | Added alpha version tag.2.0-alpha | Artem Yunusov | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Added Meta-Data and HeaderId extensions. Updated setup.py to include all ↵ | Waylan Limberg | 2008-05-12 | 1 | -1/+11 |
| | | | | packages extensions. | ||||
* | forgot to update version_info for 1.7 release | Waylan Limberg | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | Final commit before 1.7 final is released. Updated CHAGE_LOG, setp.py 1.7_Final | Waylan Limberg | 2008-02-18 | 1 | -3/+4 |
| | | | | | and added a MANIFEST file. | ||||
* | Adjustments to match unicode policy as discussed on list and other minor | Waylan Limberg | 2007-12-13 | 1 | -1/+1 |
| | | | | | cleanup in preparation for release 1.7. | ||||
* | Added extensions to setup.py | Yuri Takhteyev | 2007-03-18 | 1 | -0/+13 |