aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2018-09-07Move vendor directory to avoid pytest recursionGravatar Jon Bernard 1-2/+2
This simplifies the test configuration a bit and gets the vendor directory out of the way.
2016-10-11Add dependencies as submodulesGravatar 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-30Remove bin scriptGravatar 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-24Various pep8 fixes and cleanupsGravatar Jon Bernard 1-1/+1
Re #36
2014-07-11Cleanup imports and move __version__ to __init__.pyGravatar Jon Bernard 1-3/+2
2011-07-03Only import cli from main scriptGravatar Jon Bernard 1-1/+1
2011-04-22Initial commitv0.1.0Gravatar Jon Bernard 1-0/+19