Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-07 | Move vendor directory to avoid pytest recursion | Jon Bernard | 1 | -2/+2 | |
This simplifies the test configuration a bit and gets the vendor directory out of the way. | |||||
2016-10-11 | Add dependencies as submodules | Jon Bernard | 1 | -0/+21 | |
This gives you the choice to run dotfiles directly from the repository without a virtual environment. These are only useful from the git repository and not included in the pypi releases. | |||||
2015-12-30 | Remove bin script | Jon Bernard | 1 | -18/+0 | |
From what I've been reading, this approach has several limitations and since I use pip I've never really used it, even during development. I always use virtualenvs where the package and its entry point are installed with setuptools, so an explicit bin script seems like a relic of the past. I'll revisit this if people disagree. | |||||
2014-07-24 | Various pep8 fixes and cleanups | Jon Bernard | 1 | -1/+1 | |
Re #36 | |||||
2014-07-11 | Cleanup imports and move __version__ to __init__.py | Jon Bernard | 1 | -3/+2 | |
2011-07-03 | Only import cli from main script | Jon Bernard | 1 | -1/+1 | |
2011-04-22 | Initial commitv0.1.0 | Jon Bernard | 1 | -0/+19 | |