aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Switch from nose to unittestWaylan Limberg2018-01-081-2/+1
| | | | | | | | | | | | | | | All file-based tests are now defined as unittest test cases via a metaclass which walks a directory and builds a unittest for each pair of test files. To run the tests just run `python -m unittest discover tests`. Or use tox as the tox config has been updated to run the new tests and all nose specific code has been removed. The test generator tools have been removed as well. If any changes or additions need to be made to tests, they should be implemented using the new framework rather than with the file-based tests. Eventually, only the PHP and pl tests should remain as file-based tests.
* Include MkDocs config in dist.Waylan Limberg2018-01-081-0/+2
| | | | Fixes #621.
* Switch to setuptools.Waylan Limberg2017-12-081-1/+0
| | | | Use console_scripts entry_point instead of manually built script.
* More makefile cleanup. Fixes #202.Waylan Limberg2013-03-151-0/+2
|
* Added .md to README.md etc in MANIFEST.in.Waylan Limberg2012-07-051-3/+3
|
* MANIFEST.in updated to include run-tests.py and setup.cfg. Opps.Waylan Limberg2011-05-181-0/+2
|
* Moved INSTALL, LICENSE and README files out of docs dir and into root dir ↵Waylan Limberg2010-03-241-0/+3
| | | | where they should be.
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-2/+1
| | | | in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.
* Updated Manifest.in to include test files.Waylan Limberg2009-06-051-0/+1
|
* Fixed commandline issues and upped version to 2.0.1-beta. Renamed ↵Waylan Limberg2009-05-051-1/+1
| | | | 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.
* Added extension subdir to docs with index listing all included extensions. ↵Waylan Limberg2009-03-171-1/+2
| | | | Now we just need to document each one.
* Updated setup.py and MANIFEST for recent package refactor.Waylan Limberg2008-11-221-0/+5