Skip to content Skip to sidebar Skip to footer
Showing posts with the label Setuptools

How To Use Setuptools Packages And Ext_modules With The Same Name?

I got the following file structure for my Python C Extension project: . ├── setup.py ├── source   … Read more How To Use Setuptools Packages And Ext_modules With The Same Name?

Easy_install Gets Wrong Pip Version

I have been following the instructions on http://docs.python-guide.org/en/latest/starting/install/o… Read more Easy_install Gets Wrong Pip Version

Force Compiler When Running Python Setup.py Install

Is there a way to explicitly force the compiler for building Cython extensions when running python … Read more Force Compiler When Running Python Setup.py Install

Add Folders And Subfolders Outside Of Main Module Using Setuptools(setup.py)

So it is yet another similar looking but different question than setuptools: adding additional file… Read more Add Folders And Subfolders Outside Of Main Module Using Setuptools(setup.py)

How Do I Package For Distribution A Python Module That Uses A Shared Library?

I'm writing some bindings for a C library and am not sure how to configure all this for distrib… Read more How Do I Package For Distribution A Python Module That Uses A Shared Library?

Place Pre-compiled Extensions In Root Folder Of Non-pure Python Wheel Package

TL;DR How do you get distutils/setuptools to include a non-pure data file correctly? I've got a… Read more Place Pre-compiled Extensions In Root Folder Of Non-pure Python Wheel Package