aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2014-11-14Lint setup.pyAntoine Musso
Pass flake8 on setup.py. I have left behing the 'line too long' errors though since they are usually controversial. The setup() call has been reindented to save a level of indentation.
2014-11-14Don't use tuples in setup.py requirement specsSebastian Thiel
[skip ci] See https://github.com/gitpython-developers/GitPython/issues/186 for the motivation of this fix.
2014-11-14Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-toxSebastian Thiel
Conflicts: README.md requirements.txt setup.py
2014-11-14Prepared release 0.3.20.3.2Sebastian Thiel
It represents the latest state on github, which should be better than what's installed by default. [skip ci]
2014-07-25List runtime dependencies in requirements.txtAntoine Musso
More and more packages are listing their dependencies in requirements.txt which make it trivial to maintain and install them.
2014-05-21Merge branch '0.3' of https://github.com/wyrdvans/GitPython into wyrdvans-0.3Sebastian Thiel
Conflicts: setup.py
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
2012-11-19Remove requires in setup.py.Jason Schadel
2011-01-17setup.py: fixed incorrect handling of toplevel package path - I must have ↵0.3.1-beta2Sebastian Thiel
been very confused when setting it up that way
2010-11-25update setup.py to allow binary builds, which is required for installation ↵Sebastian Thiel
and distribution
2010-11-25Updated information filesSebastian Thiel
2010-11-25Fixed setup toolsSebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted
2010-11-21Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵Sebastian Thiel
tests to work with the new directory structure
2010-11-21Fixed setup script to work with changed folder structureSebastian Thiel
2010-11-21Added zip_safe info to setup.py fileSebastian Thiel
2010-07-09bumped verison to 0.3.0 beta20.3.0-beta2Sebastian Thiel
docs: added changelog, which moved from the CHANGES file into sphinx
2010-07-08setup.py: fixed requirement - its interesting to see that there are two ↵0.3.0-beta1Sebastian Thiel
different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately
2010-07-01Added further information about the required submodules, and how to install ↵Sebastian Thiel
them. Incremeneted version to 0.3.0 beta1
2010-04-07Used this release for a first beta of the 0.2 branch of developmentSebastian Thiel
TODO: Added info about doc improvements Authors: Added myself as Contributor, and noted the partial rewrite which happend in 0.2
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵Sebastian Thiel
editor to work with the files properly. Can convert it back for releaes
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-12-15Fixed packaging issue caused by ez_setup.pyChristos Trochalakis
ez_setup.py is not packaged with the rest of the code, this causes `easy_install gitpython` to fail with an ImportError. ez_setup is useful when setuptools are not present in the pythonpath. (cherry picked from commit e7c37c6e0b12d2b4f5001fb3ecfc250a682f6d57)
2008-06-02changed svn to git. This makes more sense. I tried trunk, master, edge.Michael Trier
2008-06-01put version stuff back.Michael Trier
2008-05-30couple fixes to setupMichael Trier
2008-05-07Apparently I'm a moronMichael Trier
2008-05-07initial projectMichael Trier