summaryrefslogtreecommitdiff
path: root/venv/lib/python3.7/site-packages/pip-10.0.1-py3.7.egg/EGG-INFO/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'venv/lib/python3.7/site-packages/pip-10.0.1-py3.7.egg/EGG-INFO/PKG-INFO')
-rw-r--r--venv/lib/python3.7/site-packages/pip-10.0.1-py3.7.egg/EGG-INFO/PKG-INFO69
1 files changed, 0 insertions, 69 deletions
diff --git a/venv/lib/python3.7/site-packages/pip-10.0.1-py3.7.egg/EGG-INFO/PKG-INFO b/venv/lib/python3.7/site-packages/pip-10.0.1-py3.7.egg/EGG-INFO/PKG-INFO
deleted file mode 100644
index c91d709..0000000
--- a/venv/lib/python3.7/site-packages/pip-10.0.1-py3.7.egg/EGG-INFO/PKG-INFO
+++ /dev/null
@@ -1,69 +0,0 @@
1Metadata-Version: 2.1
2Name: pip
3Version: 10.0.1
4Summary: The PyPA recommended tool for installing Python packages.
5Home-page: https://pip.pypa.io/
6Author: The pip developers
7Author-email: python-virtualenv@groups.google.com
8License: MIT
9Description: pip
10 ===
11
12 The `PyPA recommended`_ tool for installing Python packages.
13
14 .. image:: https://img.shields.io/pypi/v/pip.svg
15 :target: https://pypi.org/project/pip/
16
17 .. image:: https://img.shields.io/travis/pypa/pip/master.svg
18 :target: http://travis-ci.org/pypa/pip
19
20 .. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg
21 :target: https://ci.appveyor.com/project/pypa/pip/history
22
23 .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
24 :target: https://pip.pypa.io/en/latest
25
26 * `Installation`_
27 * `Documentation`_
28 * `Changelog`_
29 * `GitHub Page`_
30 * `Issue Tracking`_
31 * `User mailing list`_
32 * `Dev mailing list`_
33 * User IRC: #pypa on Freenode.
34 * Dev IRC: #pypa-dev on Freenode.
35
36 Code of Conduct
37 ---------------
38
39 Everyone interacting in the pip project's codebases, issue trackers, chat
40 rooms and mailing lists is expected to follow the `PyPA Code of Conduct`_.
41
42 .. _PyPA recommended: https://packaging.python.org/en/latest/current/
43 .. _Installation: https://pip.pypa.io/en/stable/installing.html
44 .. _Documentation: https://pip.pypa.io/en/stable/
45 .. _Changelog: https://pip.pypa.io/en/stable/news.html
46 .. _GitHub Page: https://github.com/pypa/pip
47 .. _Issue Tracking: https://github.com/pypa/pip/issues
48 .. _User mailing list: http://groups.google.com/group/python-virtualenv
49 .. _Dev mailing list: http://groups.google.com/group/pypa-dev
50 .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
51
52Keywords: easy_install distutils setuptools egg virtualenv
53Platform: UNKNOWN
54Classifier: Development Status :: 5 - Production/Stable
55Classifier: Intended Audience :: Developers
56Classifier: License :: OSI Approved :: MIT License
57Classifier: Topic :: Software Development :: Build Tools
58Classifier: Programming Language :: Python
59Classifier: Programming Language :: Python :: 2
60Classifier: Programming Language :: Python :: 2.7
61Classifier: Programming Language :: Python :: 3
62Classifier: Programming Language :: Python :: 3.3
63Classifier: Programming Language :: Python :: 3.4
64Classifier: Programming Language :: Python :: 3.5
65Classifier: Programming Language :: Python :: 3.6
66Classifier: Programming Language :: Python :: Implementation :: CPython
67Classifier: Programming Language :: Python :: Implementation :: PyPy
68Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
69Provides-Extra: testing