mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
distribute
This commit is contained in:
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
+1067
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,45 @@
|
||||
AUTHORS.txt
|
||||
LICENSE.txt
|
||||
MANIFEST.in
|
||||
README.rst
|
||||
setup.py
|
||||
virtualenv.py
|
||||
bin/rebuild-script.py
|
||||
bin/refresh-support-files.py
|
||||
docs/.DS_Store
|
||||
docs/Makefile
|
||||
docs/conf.py
|
||||
docs/index.txt
|
||||
docs/make.bat
|
||||
docs/news.txt
|
||||
docs/_theme/.DS_Store
|
||||
docs/_theme/nature/.DS_Store
|
||||
docs/_theme/nature/theme.conf
|
||||
docs/_theme/nature/static/nature.css_t
|
||||
docs/_theme/nature/static/pygments.css
|
||||
scripts/virtualenv
|
||||
virtualenv.egg-info/PKG-INFO
|
||||
virtualenv.egg-info/SOURCES.txt
|
||||
virtualenv.egg-info/dependency_links.txt
|
||||
virtualenv.egg-info/entry_points.txt
|
||||
virtualenv.egg-info/not-zip-safe
|
||||
virtualenv.egg-info/top_level.txt
|
||||
virtualenv_embedded/activate.bat
|
||||
virtualenv_embedded/activate.csh
|
||||
virtualenv_embedded/activate.fish
|
||||
virtualenv_embedded/activate.ps1
|
||||
virtualenv_embedded/activate.sh
|
||||
virtualenv_embedded/activate_this.py
|
||||
virtualenv_embedded/deactivate.bat
|
||||
virtualenv_embedded/distribute_setup.py
|
||||
virtualenv_embedded/distutils-init.py
|
||||
virtualenv_embedded/distutils.cfg
|
||||
virtualenv_embedded/ez_setup.py
|
||||
virtualenv_embedded/site.py
|
||||
virtualenv_support/__init__.py
|
||||
virtualenv_support/distribute-0.6.27.tar.gz
|
||||
virtualenv_support/pip-1.1.tar.gz
|
||||
virtualenv_support/setuptools-0.6c11-py2.4.egg
|
||||
virtualenv_support/setuptools-0.6c11-py2.5.egg
|
||||
virtualenv_support/setuptools-0.6c11-py2.6.egg
|
||||
virtualenv_support/setuptools-0.6c11-py2.7.egg
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[console_scripts]
|
||||
virtualenv = virtualenv:main
|
||||
virtualenv-2.7 = virtualenv:main
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
virtualenv_support
|
||||
virtualenv
|
||||
Binary file not shown.
Reference in New Issue
Block a user