setuptools · PyPI
pypi.org › project › setuptoolsOct 22, 2021 · See the Installation Instructions in the Python Packaging User’s Guide for instructions on installing, upgrading, and uninstalling Setuptools.. Questions and comments should be directed to the distutils-sig mailing list.
Data Files Support - setuptools 60.1.1 documentation
setuptools.pypa.io › en › latestSetuptools offers three ways to specify data files to be included in your packages. First, you can simply use the include_package_data keyword, e.g.: from setuptools import setup, find_packages setup( ... include_package_data=True ) This tells setuptools to install any data files it finds in your packages. The data files must be specified via ...