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

Pkg_resources.distributionnotfound When Using A Module Installed From A Bdist_rpm

I am trying to create a rpm of a CLI tool I have built. The rpm is being created and is installing … Read more Pkg_resources.distributionnotfound When Using A Module Installed From A Bdist_rpm

When Does Setuptools Install Editable Link To /.../my_module/build/lib/ Andwhen Does It Link To /.../my_module?

I noticed that when I do an editable install (pip install --user -e .), sometimes, setuptools make … Read more When Does Setuptools Install Editable Link To /.../my_module/build/lib/ Andwhen Does It Link To /.../my_module?

How To Execute A (safe) Bash Shell Command Within Setup.py?

I use nunjucks for templating the frontend in a python project. Nunjucks templates must be precomp… Read more How To Execute A (safe) Bash Shell Command Within Setup.py?

Top-level Package Handling With Setuptools (or Another Python Egg Builder)

I am writing a little python app. I want to be able to easily deploy the app. I know that python 2.… Read more Top-level Package Handling With Setuptools (or Another Python Egg Builder)

Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

When I run python setup.py sdist it creates an sdist in my ./dist directory. This includes a … Read more Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

How Can I Use Pbr Version From Source?

My goal: I want to keep coherent versions in my GIT repository, my distribution on pypi repository,… Read more How Can I Use Pbr Version From Source?