New posts in setup.py

Python Packaging: Data files are put properly in tar.gz file but are not installed to virtual environment

Using an extra python package index url with setup.py

make distutils in Python automatically find packages

pip install -e doesn't allow to import via package dir

How should I set this up for a working package?

How to ignore 'src' directory in python project when making sphinx autodoc

How to force a python wheel to be platform specific when building it?

How to include and install local dependencies in setup.py in Python?

setup.py: restrict the allowable version of the python interpreter

How can I include package_data without a MANIFEST.in file?

Why does "python setup.py sdist" create unwanted "PROJECT-egg.info" in project root directory?

Difference between extras_require() and install_requires() in setup.py?

How to add package data recursively in Python setup.py?

pip install . creates only the dist-info not the package

distutils: How to pass a user defined parameter to setup.py?

Difference between entry_points/console_scripts and scripts in setup.py?

How may I override the compiler (GCC) flags that setup.py uses by default?

When to use pip requirements file versus install_requires in setup.py?

No module named setuptools

Src layout to dispense .src prefix in imports? Activate venv in PyCharm terminal for development installs