github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/language/python/packaging/testdata/classifier-license.egg-info/PKG-INFO (about)

     1  Metadata-Version: 2.1
     2  Name: setuptools
     3  Version: 51.3.3
     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  Project-URL: Documentation, https://setuptools.readthedocs.io/
     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: Programming Language :: Python :: 3
    15  Classifier: Programming Language :: Python :: 3 :: Only
    16  Classifier: Topic :: Software Development :: Libraries :: Python Modules
    17  Classifier: Topic :: System :: Archiving :: Packaging
    18  Classifier: Topic :: System :: Systems Administration
    19  Classifier: Topic :: Utilities
    20  Requires-Python: >=3.6
    21  Provides-Extra: testing
    22  Provides-Extra: docs
    23  Provides-Extra: ssl
    24  Provides-Extra: certs
    25  .. image:: https://img.shields.io/pypi/v/setuptools.svg
    26     :target: https://pypi.org/project/setuptools
    27  
    28  .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
    29  
    30  .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
    31     :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
    32     :alt: tests
    33  
    34  .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    35     :target: https://github.com/psf/black
    36     :alt: Code style: Black
    37  
    38  .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
    39      :target: https://setuptools.pypa.io
    40  
    41  .. image:: https://img.shields.io/badge/skeleton-2023-informational
    42     :target: https://blog.jaraco.com/skeleton
    43  
    44  .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
    45     :target: https://codecov.io/gh/pypa/setuptools
    46  
    47  .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
    48     :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
    49  
    50  .. image:: https://img.shields.io/discord/803025117553754132
    51     :target: https://discord.com/channels/803025117553754132/815945031150993468
    52     :alt: Discord
    53  
    54  See the `Installation Instructions
    55  <https://packaging.python.org/installing/>`_ in the Python Packaging
    56  User's Guide for instructions on installing, upgrading, and uninstalling
    57  Setuptools.
    58  
    59  Questions and comments should be directed to `GitHub Discussions
    60  <https://github.com/pypa/setuptools/discussions>`_.
    61  Bug reports and especially tested patches may be
    62  submitted directly to the `bug tracker
    63  <https://github.com/pypa/setuptools/issues>`_.
    64  
    65  
    66  Code of Conduct
    67  ===============
    68  
    69  Everyone interacting in the setuptools project's codebases, issue trackers,
    70  chat rooms, and fora is expected to follow the
    71  `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
    72  
    73  
    74  For Enterprise
    75  ==============
    76  
    77  Available as part of the Tidelift Subscription.
    78  
    79  Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
    80  
    81  `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
    82  
    83  
    84  Security Contact
    85  ================
    86  
    87  To report a security vulnerability, please use the
    88  `Tidelift security contact <https://tidelift.com/security>`_.
    89  Tidelift will coordinate the fix and disclosure.