Search code examples
setuptools verify file modified...


pythoncachingsetuptools

Read More
IOError: [Errno 13] Permission denied: '/usr/local/lib/netscape/mime.types'...


python-2.7virtualenvsetuptoolsvirtualenvwrappernetscape

Read More
Is __pycache__ crossplatform?...


pythonsetuptoolssetup.py

Read More
python setuptools install_requires is ignored when overriding cmdclass...


pythonsetuptoolsdistutilsinstall-requires

Read More
Package shared object (library) with Python Egg / Wheel...


pythonshared-librariessetuptools

Read More
sdist/bdist_wheel not including pyc in Linux but is included in Windows...


pythonlinuxsetuptoolspython-wheelsdist

Read More
Python packaging: subdirectories not installed...


pythonsetuptoolspackagingsetup.py

Read More
What does the `platforms` argument to `setup()` in `setup.py` do?...


pythonsetuptoolssetup.pypypipython-wheel

Read More
setup.py installing package and script - NameError referencing package from script...


pythonsetuptools

Read More
setup.py: require a recent version of setuptools before trying to install...


pythonsetuptoolssetup.pyinstall-requires

Read More
Setuptools - how to run unittest test suite when tests are not in main directory?...


pythonunit-testingtestingsetuptoolspython-unittest

Read More
Unable to load python entry_point when developing python package...


pythonpipsetuptoolsentry-point

Read More
No module named 'pkg_resources'...


pythonpipsetuptools

Read More
Import error on installed package using setup.py...


pythonimportpython-2.7setuptools

Read More
Difference between using find_packages() vs "requirements.txt" for setup.py script...


pythonpipsetuptoolspython-packaging

Read More
RuntimeError when running a setuptools install command with custom options...


pythonsetuptools

Read More
Local Pip install not able to import any classes within the package...


pythondeploymentpipsetuptoolspypi

Read More
Distutils partially ignoring CC environment variable when building python extension...


pythongccsetuptoolsdistutils

Read More
Does `python setup.py test` install dependencies or not?...


pythontestingsetuptools

Read More
Python Data File Access both Locally and in Distributed Package...


pythonsetuptools

Read More
Compile file with two separate libraries in Cython...


cythonsetuptoolsdistutilspython-extensions

Read More
setup.py build that doesn't reinvoke compiler on every C source file / incremental build...


pythonsetuptools

Read More
Cython bdist_egg with setuptools creates invalid package...


pythoncythonsetuptools

Read More
How to package multiple python wheels into one wheel on Windows?...


pythonwindowspipsetuptoolspython-wheel

Read More
Pip is ignoring the most recent releases of my package on PyPI...


pythonpipsetuptools

Read More
Run a additional uninstall script with setuptools...


pythonlinuxpython-3.xcommand-linesetuptools

Read More
Is there a NODE_ENV equivalent in Python...


pythonnode.jsvirtualenvsetuptoolssetup.py

Read More
MANIFEST.in, package_data, and data_files clarification?...


pythonsetuptoolsdistutils

Read More
Copying a built framework into Python package with package_data...


pythonsetuptools

Read More
should pytest et al. go in tests_require[] or extras_require{testing[]}?...


pythonsetuptoolssetup.py

Read More
BackNext