# setuptools-39.2.0 **Repository Path**: linux2014/setuptools-39.2.0 ## Basic Information - **Project Name**: setuptools-39.2.0 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-25 - **Last Updated**: 2024-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- https://github.com/pypa/setuptools/tree/v39.2.0 ``` linux2014@D1301006682:/mnt/d/D/i_projs/setuptools-39.2.0$ python3.4 setup.py install Traceback (most recent call last): File "setup.py", line 194, in require_metadata() File "setup.py", line 24, in require_metadata raise RuntimeError(msg) RuntimeError: Cannot build setuptools without metadata. Run `bootstrap.py`. linux2014@D1301006682:/mnt/d/D/i_projs/setuptools-39.2.0$ python3.4 bootstrap.py linux2014@D1301006682:/mnt/d/D/i_projs/setuptools-39.2.0$ python3.4 setup.py install ``` --- .. image:: https://img.shields.io/pypi/v/setuptools.svg :target: https://pypi.org/project/setuptools .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest :target: https://setuptools.readthedocs.io .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI :target: https://travis-ci.org/pypa/setuptools .. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg :target: https://codecov.io/gh/pypa/setuptools .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg See the `Installation Instructions `_ in the Python Packaging User's Guide for instructions on installing, upgrading, and uninstalling Setuptools. The project is `maintained at GitHub `_. Questions and comments should be directed to the `distutils-sig mailing list `_. Bug reports and especially tested patches may be submitted directly to the `bug tracker `_. Code of Conduct --------------- Everyone interacting in the setuptools project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the `PyPA Code of Conduct `_.