summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add classifiers to setup.pyRichard Ipsum2019-11-281-0/+10
|
* Change: port to Python3Lars Wirzenius2019-11-281-4/+4
|
* Install yarnutilsLars Wirzenius2017-03-281-1/+1
|
* Use yarnlib.__version__ in setup.pyLars Wirzenius2016-04-181-1/+2
|
* coverage-4.0a6 compatibilityMichel Alexandre Salim2015-09-071-1/+2
| | | | | coverage 4.0a6 no longer generates .coverage file, so check first if it exists before attempting removal.
* Add test for yarn and multiple input filesLars Wirzenius2013-06-231-0/+3
|
* Fix installation of yarnlibLars Wirzenius2013-06-211-1/+2
| | | | Oh dear, how awful distutils is.
* Install the damn yarnlib as wellLars Wirzenius2013-06-201-1/+1
| | | | | I should _really_ not have tried a manual install. Leaves dropping everywhere when you try to remove.
* Install yarnLars Wirzenius2013-06-201-2/+2
| | | | Oops.
* Fix missing variable name in setup.pyLars Wirzenius2013-06-151-1/+1
|
* Fix test suite on squeezeLars Wirzenius2013-06-151-5/+20
| | | | | | | | | | | Debian squeeze has version 2.0 of python-markdown, which does not support the API yarnlib is using to extract code blocks from the Markdown story files. We skip the unit tests if the right version of python-markdown is not available. This is sub-optimal on squeeze since it skips unit tests for cmdtestlib as well, but it's good enough, especially since squeeze is no longer the current Debian release, and I'll be dropping squeeze support in any case in a few months.
* Add manual page for yarnLars Wirzenius2013-06-091-1/+1
|
* Remove trailing whitespace from linesLars Wirzenius2013-06-091-3/+3
|
* Run coverage test runner with exclusionsLars Wirzenius2013-06-091-1/+3
|
* Fix cmdtest so that fail-tests workLars Wirzenius2013-03-101-0/+7
|
* install manpageLars Wirzenius2012-01-011-0/+1
|
* have setup.py run echo-tests and sort-testsLars Wirzenius2011-12-251-0/+3
|
* Remove generated manpage when clenaing up.Lars Wirzenius2011-09-111-1/+1
|
* Add preliminary manpage for cmdtest.Lars Wirzenius2011-09-111-0/+13
|
* Fix py_modules in setup.py.Lars Wirzenius2011-09-111-1/+1
|
* Fix another reference to cmdtest.py.Lars Wirzenius2011-09-111-1/+1
|
* Fix references to cmdtest the module to be to cmdtestlib.Lars Wirzenius2011-09-111-2/+2
|
* Replace Makefile with setup.py.Lars Wirzenius2011-09-111-0/+66