aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: anchor the pathsMike Frysinger2017-04-131-4/+5
| | | | | Rather than match any dir/file in the tree, anchor the dist stuff to the root.
* setup.py: Add disutils-based packagingW. Trevor King2014-02-221-0/+4
| | | | | | | | | | | | | | | | | | | | | Package catalyst in the usual manner for Python projects. Now it is ready for PyPI :). I also expose the version string in catalyst.__version__ and the maintainer string in catalyst.__maintainer__, since those are more traditional locations. I dropped official Python 2.6 support following: 19:31 <@jmbsvicetto> I don't see a need to make catalyst incompatible with 2.6, but I think it's time we drop it as a "requirement". So feel free to do any changes that improve the code, even if they drop 2.6 compatibility I kept the explicit indexes in the string formatting, since Python 2.6 doesn't support: '{}'.format(value)
* fix ignore patternsWilliam Hubbs2011-06-251-3/+0
| | | | | | | The top level .gitignore file should contain things you want ignored through the entire tree. Specific files you want ignored should go in .gitignore files in their respective directories unless they appear more than once in the tree.
* Migrate man page to Asciidoc, generate list of subarches, add Makefile ↵Sebastian Pipping2011-06-241-0/+3
| | | | including "dist" target
* add .gitignore file to master branchAndrew Gaffney2009-01-101-0/+1