Search code examples
How to ensure the MSVC++ Redistributable is available on user's system?...

pythonwindowspackagingdistutilspython-wheel

Read More
What's the recommended way of renaming a project in pypi?...

pythonsetuptoolspypidistutils

Read More
Force compiler when running python setup.py install...

pythoncondasetuptoolssetup.pydistutils

Read More
Sort Versions in Python...

pythonsortingdistutils

Read More
What is the correct way to share package version with setup.py and the package?...

pythonsetuptoolsdistutils

Read More
Cython embed on Windows...

pythonwindowscythonsetuptoolsdistutils

Read More
Differences between distribute, distutils, setuptools and distutils2?...

pythonpackagingsetuptoolsdistutilsdistribute

Read More
Dependencies (requirements) for setting up, testing, and installing a Python library...

pythonsetuptoolspypidistutils

Read More
Testing Python C libraries - get build path...

pythonsetuptoolsdistutils

Read More
Combine --user with --prefix error with setup.py install...

pythoninstallationdistutils

Read More
tokenize in python3.x...

pythonportingdistutils

Read More
What do I need to do to my python code to get it to be a module?...

pythonmodulesetuptoolsdistutils

Read More
How can one compile CoffeeScript during the build phase of a Python packages' distutils installa...

pythondjangocoffeescriptdistutilspypi

Read More
How to tell distutils to use gcc?...

pythoncompiler-errorscythondistutils

Read More
Automate compilation of protobuf specs into python classes in setup.py...

pythonprotocol-buffersdistutilsdistutils2

Read More
Code made with py2exe and tkinter not working...

pythonpy2exedistutils

Read More
Python distutils keyError...

pythonsetuptoolsdistutils

Read More
Changing console_script entry point interpreter for packaging...

pythonsetuptoolsdistutils

Read More
Comments in Python MANIFEST.in...

pythonmanifestdistutils

Read More
How do I use data in package_data from source code?...

pythonbuildsetuptoolsdistutilsdistribute

Read More
Why does "python setup.py sdist" create unwanted "PROJECT-egg.info" in project r...

pythonsetuptoolsdistutilsdistributesetup.py

Read More
Current state of python namespace packages...

pythondistutilsnamespace-package

Read More
How to include additional files into a package?...

pythonpipsetuptoolsdistutilspython-packaging

Read More
How to specify requirements in Python packages metadata...

pythonmetadatasetuptoolspypidistutils

Read More
PyCrypto install error on Windows...

pythonpython-3.xdistutilspycrypto

Read More
Distribute pre-compiled python extension module with distutils...

pythonpython-3.xdistutils

Read More
setup with submodules dependencies...

pythonpython-3.xsetuptoolsdistutils

Read More
python setup.py sdist bdist_wheel raises `TypeError: expected string or bytes-like object`...

pythonpython-3.xdistutils

Read More
Run custom task when call `pip install`...

pythonpipdistutils

Read More
Reliable way to get the "build" directory from within setup.py...

pythonnumpysetuptoolsdistutilssetup.py

Read More
BackNext