Programming Language :: Python ::3Programming Language :: Python ::3.5[files] packages=project_name data_files=etc/pbr = etc/pbr/*[global] setup-hooks =pbr.hooks.setup_hook [entry_points] console_scripts=project_name=project.cmd.mycmd:main [options] zip_safe=False include_package_data=True...
Programming Language :: Python ::3Programming Language :: Python ::3.5[files] packages=project_name data_files=etc/pbr = etc/pbr/*[global] setup-hooks =pbr.hooks.setup_hook [entry_points] console_scripts=project_name=project.cmd.mycmd:main [options] zip_safe=False include_package_data=True...
# Project uses reStructuredText, so ensure that the docutils get# installed or upgraded on the target machineinstall_requires=['docutils>=0.3'],package_data={# If any package contains *.txt or *.rst files, include them:'':['*.txt','*.rst'],# And include any *.msg files found...
Actions Projects Wiki Security Insights Additional navigation options Files main .github _distutils_hack bootstrap.egg-info docs launcher newsfragments pkg_resources tests __init__.py api_tests.txt py.typed setuptools tools .bumpversion.cfg
MANIFEST.inmay still be used: anything defined there overrides the hook. This is mostly useful to exclude files tracked in your SCM from packages, although in principle it can be used to explicitly include non-tracked files too. Configuration parameters ...
© 2025 Bite Code! Privacy ∙ Terms ∙ Collection notice Start WritingGet the app Substack is the home for great culture
在下载安装一个python工具时提示报错No module named setuptools [root@kermit supervisor-3.3.0]$ sudo python setup.py install Traceback (most recent call last): File "setup.py", line 32, in <module> from setuptools import setup, find_packages ImportError: No module named setuptools 于是去下载se...
MANIFEST.in just need to be in the same directory as setup.py, then you just need to set 'include_package_data' to true. From setuptools doc: ``include_package_data`` Accept all data files and directories matched by ``MANIFEST.in`` or found in source control*.You can use "exclude_...
include_package_data=True, scripts=['mypkg/unicode_in_script'], ) """), ), ("mypkg/__init__.py", ""), ( "mypkg/unicode_in_script", DALS( """ #!/bin/sh # á non_python_fn() { } """), ), ] sdist_name = "setuptools-test-unicode-script-1.0.zip" sd...
python 3.9 This PR was created by theregro-cf-autotick-bot. Theregro-cf-autotick-botis a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are anyissues! This PR was generated ...