Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-30 | Remove bin script | 1 | -4/+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. | |||||
2015-12-28 | Ignore '.cache' directory | 1 | -0/+1 | ||
2015-12-28 | Ignore '.tox' whether it's a directory or symlink | 1 | -1/+1 | ||
2014-12-05 | Update .gitignore | 1 | -0/+10 | ||
2014-07-10 | Update gitignore to include .tox directory | 1 | -0/+1 | ||
2014-07-08 | Ignore build directory for wheels | 1 | -0/+1 | ||
2014-01-01 | Update gitignore to exclude setuptools cruft | 1 | -0/+2 | ||
2014-01-01 | Update gitignore to include .venv | 1 | -0/+1 | ||
2012-03-08 | Add a .gitignore file | 1 | -0/+3 | ||
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory. |