1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
The Python package installer https://pip.pypa.io/
Go to file
Carl Meyer 673c709084 Merge pull request #541 from k4ml/as-egg
Provide --egg option to opt out of --single-version-externally-managed
2012-05-23 21:18:49 -07:00
contrib Fix whitespace, etc for pep8 compliance 2011-05-04 08:44:02 +01:00
docs Remove outdated comment about extras not being supported. 2012-05-03 19:57:04 -06:00
pip do write installed-files.txt if using install --egg 2012-05-24 07:36:14 +08:00
tests add test for --egg option 2012-05-22 18:54:40 +08:00
.gitignore Removed and ignored test package .egg-info directory. 2011-03-23 00:56:52 -04:00
.travis.yml Try to reduce log size for builds 2012-05-02 20:33:37 +01:00
__main__.py Add a __main__.py to enable 'python -m pip' on Python 2.7+. Thanks Alexey Luchko. 2012-03-20 10:07:45 -06:00
AUTHORS.txt Update changelog and AUTHORS for pull #504. 2012-04-16 16:05:40 -06:00
LICENSE.txt Port to Python3 2011-03-15 15:49:48 -04:00
MANIFEST.in Added authors and license files to manifest template. Closes issue #230. 2011-03-16 12:54:38 -04:00
setup.cfg bugfix: closed ticket #132 - Bazaar backend does not show bzr+file:// in freeze command 2010-06-09 00:34:44 -03:00
setup.py Bumped to post1. 2012-02-16 21:32:16 +01:00