Search code examples
Setuptools / distutils: Installing files into the distribution's DLLs directory on Windows...


pythonsetuptoolsdistutilspipeasy-install

Read More
Python setup tools normalizes version name based on common naming convention...


pythonpython-3.xsetuptools

Read More
Install static files in Python egg sdist install directory...


pythonpipsetuptools

Read More
Can I create wheel distributions of packages containing cython for other platforms?...


pythoncythonsetuptoolspython-wheel

Read More
Installing numpy before using numpy.distutils.core.setup...


pythonnumpyinstallationsetuptoolsf2py

Read More
Should I prepare eggs and zip in addition to tarball for PyPI?...


pythonpipsetuptoolspypi

Read More
Pros and cons of 'script' vs. 'entry_point' in Python command line scripts...


pythonscriptingsetuptoolssetup.py

Read More
Need to install pip on computer without internet...


pythonpipsetuptoolsofflinepython-wheel

Read More
`pkg_resources.working_set` contains distributions whose name begins with character "-"...


pythonpipsetuptoolspkg-resources

Read More
PyQt5 dependency in a module on Debian...


pythonpippyqt5setuptools

Read More
Does description-file in setup.cfg, section "metadata" have any effect?...


pythonsetuptoolspypi

Read More
Should I include tests and .pyc files when building package with setuptools?...


pythonpackagingsetuptools

Read More
how to pack python packages and sub-packages as single package in python3...


python-3.xsetuptoolspackagingpython-packaging

Read More
Print a message from setup.py through Pip...


pythonpipwarningssetuptools

Read More
Build multiple wheels at runtime...


pythonsetuptools

Read More
How to turn warnings into errors when building sphinx documentation with setuptools?...


pythonpython-sphinxsetuptools

Read More
Unable to create documentation with Sphinx and Google docstrings...


pythonpython-sphinxsetuptoolsdocstringsphinx-napoleon

Read More
Why when cloning project, "python setup.py install" doesnt work...


python-3.xsetuptoolspython-packaging

Read More
zipimport.ZipImportError: bad local file header caused by zip caching bug?...


pythonpython-2.7setuptools

Read More
pip3 says "resolve pkg_resources.DistributionNotFound: pip==1.3.1"...


pythonmacospython-3.xpipsetuptools

Read More
How to store pyc files with setuptools3 in bitbake recipe in the same way setuptools does?...


pythonsetuptoolsyoctobitbakeopenembedded

Read More
How to write setup.py to include a specific git repo as a dependency...


pythonpipsetuptools

Read More
Creating a package with several python files...


pythonpackagesetuptools

Read More
sp_execute_external_script can't find modules installed by setuptools...


pythonsql-serversetuptoolsegg

Read More
Detect Python transitive dependency issues at install time?...


pythonpython-2.7pipsetuptoolstransitive-dependency

Read More
Setuptools platform specific dependencies...


pythonsetuptools

Read More
Building a Python-C-Extension on Windows with a debug Python installation...


pythonpipsetuptoolscpythonpython-c-api

Read More
Module not found after setuptools...


pythonpython-3.xsetuptools

Read More
Why does distutils.core.setup build shared extensions in 2 compiler invocations?...


pythonsetuptoolssetup.py

Read More
Python packaging of weakly dependent projects...


pythondeploymentsetuptoolspackagingpython-packaging

Read More
BackNext