github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/language/python/packaging/testdata/classifier-license.dist-info/METADATA (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  
    26  .. image:: https://img.shields.io/pypi/v/setuptools.svg
    27     :target: https://pypi.org/project/setuptools
    28  
    29  .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
    30  
    31  .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
    32     :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
    33     :alt: tests
    34  
    35  .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    36     :target: https://github.com/psf/black
    37     :alt: Code style: Black
    38  
    39  .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
    40      :target: https://setuptools.pypa.io
    41  
    42  .. image:: https://img.shields.io/badge/skeleton-2023-informational
    43     :target: https://blog.jaraco.com/skeleton
    44  
    45  .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
    46     :target: https://codecov.io/gh/pypa/setuptools
    47  
    48  .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
    49     :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
    50  
    51  .. image:: https://img.shields.io/discord/803025117553754132
    52     :target: https://discord.com/channels/803025117553754132/815945031150993468
    53     :alt: Discord
    54  
    55  See the `Installation Instructions
    56  <https://packaging.python.org/installing/>`_ in the Python Packaging
    57  User's Guide for instructions on installing, upgrading, and uninstalling
    58  Setuptools.
    59  
    60  Questions and comments should be directed to `GitHub Discussions
    61  <https://github.com/pypa/setuptools/discussions>`_.
    62  Bug reports and especially tested patches may be
    63  submitted directly to the `bug tracker
    64  <https://github.com/pypa/setuptools/issues>`_.
    65  
    66  
    67  Code of Conduct
    68  ===============
    69  
    70  Everyone interacting in the setuptools project's codebases, issue trackers,
    71  chat rooms, and fora is expected to follow the
    72  `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
    73  
    74  
    75  For Enterprise
    76  ==============
    77  
    78  Available as part of the Tidelift Subscription.
    79  
    80  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.
    81  
    82  `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
    83  
    84  
    85  Security Contact
    86  ================
    87  
    88  To report a security vulnerability, please use the
    89  `Tidelift security contact <https://tidelift.com/security>`_.
    90  Tidelift will coordinate the fix and disclosure.