Search code examples
Error: setup script specifies an absolute path: .gitignore...

pythonpython-2.7distutilssetup.py

Read More
How can I bundle other files when using cx_freeze?...

pythondistutilscx-freeze

Read More
What is the minimal usage for including data in a python 3 package build using distutils setup()?...

pythonpackagesetuptoolsdistutils

Read More
How to include hidden files in python distutils?...

pythondistutilssetup.pyhidden-files

Read More
How does setuptools decide which files to keep for sdist/bdist?...

pythonsetuptoolsdistutils

Read More
clean C++ extension build directory in setup.py...

pythondistutils

Read More
Why is my package not pulling download_url...

pythondistutilssetup.py

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

pythonsetuptoolsdistutilsinstall-requires

Read More
python/c++ - Compiling shared library with cmake and installing with distutils...

c++pythoncmakeboost-pythondistutils

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

pythongccsetuptoolsdistutils

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

cythonsetuptoolsdistutilspython-extensions

Read More
Using Cython To Link Python To A Shared Library...

pythonclinkercythondistutils

Read More
What are the packages in a setup.py?...

pythonpackagedistutils

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

pythonsetuptoolsdistutils

Read More
Getting the `python setup.py test` syntax to work?...

pythonunit-testingdistutilssetup.pypython-unittest

Read More
Dynamically Linking Python Extension (.pyd) to Another Extension...

pythondistutilsdynamic-linking

Read More
How to convert newlines from CRLF to LF while creating Python sdist?...

pythonsetuptoolsdistutils

Read More
How can I create a Python wheel for a specific set of python versions? py2.py3-none-any.whl is too b...

pythonpipdistutilspypi

Read More
How to catch errors raised by AddressSanitizer in C++ libraries accessed via python extension...

pythonc++distutilsaddress-sanitizersanitizer

Read More
Why does `setup.py develop` not work?...

pythonpython-3.xcythondistutilssetup.py

Read More
Running sDist to build a package and install creates empty Build Directory...

pythondistutilssdist

Read More
subclassing cython class: pxd file not found when 'cimport'ing...

pythoncythondistutilssetup.pycythonize

Read More
distutils.core vs setuptools with c++ extension...

pythonc++setuptoolsdistutils

Read More
Having py2exe include my data files (like include_package_data)...

pythonpackagingpy2exesetuptoolsdistutils

Read More
Hook to add commands to distutils build?...

pythondistutils

Read More
Custom post install script not running with pip...

pythonpython-3.xsetuptoolsdistutilspython-packaging

Read More
Failure to build Cython module using distutils...

pythoncpython-2.7cythondistutils

Read More
make distutils in Python automatically find packages...

pythondistutilssetup.py

Read More
Using SCons as a build engine for distutils...

pythonsconsdistutils

Read More
AssertionError when using py2exe...

pythonpython-3.4py2exedistutils

Read More
BackNext