Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: third_party/google-endpoints/setuptools-34.0.2.dist-info/METADATA

Issue 2666783008: Add google-endpoints to third_party/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Metadata-Version: 2.0
2 Name: setuptools
3 Version: 34.0.2
4 Summary: Easily download, build, install, upgrade, and uninstall Python packages
5 Home-page: https://github.com/pypa/setuptools
6 Author: Python Packaging Authority
7 Author-email: distutils-sig@python.org
8 License: UNKNOWN
9 Keywords: CPAN PyPI distutils eggs package management
10 Platform: UNKNOWN
11 Classifier: Development Status :: 5 - Production/Stable
12 Classifier: Intended Audience :: Developers
13 Classifier: License :: OSI Approved :: MIT License
14 Classifier: Operating System :: OS Independent
15 Classifier: Programming Language :: Python :: 2
16 Classifier: Programming Language :: Python :: 2.6
17 Classifier: Programming Language :: Python :: 2.7
18 Classifier: Programming Language :: Python :: 3
19 Classifier: Programming Language :: Python :: 3.3
20 Classifier: Programming Language :: Python :: 3.4
21 Classifier: Programming Language :: Python :: 3.5
22 Classifier: Programming Language :: Python :: 3.6
23 Classifier: Topic :: Software Development :: Libraries :: Python Modules
24 Classifier: Topic :: System :: Archiving :: Packaging
25 Classifier: Topic :: System :: Systems Administration
26 Classifier: Topic :: Utilities
27 Requires-Python: >=2.6,!=3.0.*,!=3.1.*,!=3.2.*
28 Requires-Dist: appdirs (>=1.4.0)
29 Requires-Dist: packaging (>=16.8)
30 Requires-Dist: six (>=1.10.0)
31 Provides-Extra: certs
32 Requires-Dist: certifi (==2016.9.26); extra == 'certs'
33 Provides-Extra: ssl
34 Requires-Dist: wincertstore (==0.2); sys_platform=='win32' and extra == 'ssl'
35
36 .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
37 :target: https://setuptools.readthedocs.io
38
39 See the `Installation Instructions
40 <https://packaging.python.org/installing/>`_ in the Python Packaging
41 User's Guide for instructions on installing, upgrading, and uninstalling
42 Setuptools.
43
44 The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_.
45
46 Questions and comments should be directed to the `distutils-sig
47 mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
48 Bug reports and especially tested patches may be
49 submitted directly to the `bug tracker
50 <https://github.com/pypa/setuptools/issues>`_.
51
52
53 Code of Conduct
54 ---------------
55
56 Everyone interacting in the setuptools project's codebases, issue trackers,
57 chat rooms, and mailing lists is expected to follow the
58 `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.
59
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698