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

Why Do I Need To Include Sub-packages In Setup.py

I have a python package called mltester which contains two sub-packages (actions, dialogs) and a ma… Read more Why Do I Need To Include Sub-packages In Setup.py

How To Easy_install Egg Plugin And Load It Without Restarting Application?

I'm creating an app that downloads and installs its own egg plugins, but I have a problem loadi… Read more How To Easy_install Egg Plugin And Load It Without Restarting Application?

Setup.py Exclude Some Python Files From Bdist

I have a django project with this kind of architecture : setup.py project/ __init__.py manage.py… Read more Setup.py Exclude Some Python Files From Bdist

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?

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?

Is `setup.cfg` Deprecated?

It's not completely clear to me, what is the status of setup.cfg. I am looking for solutions fo… Read more Is `setup.cfg` Deprecated?