Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setup.py

Why do I need to include sub-packages in setup.py

python setuptools setup.py

Include entire directory in python setup.py data_files

python setup.py

Passing the library path as a command line argument to setup.py

In setup.py or pip requirements file, how to control order of installing package dependencies?

Installing via `setup.py develop` fails - pip works

python pip setup.py

Installing nltk data dependencies in setup.py script

pip3 setup.py install_requires PEP 508 git URL for private repo

python git pip setup.py

How to include git dependencies in setup.py for pip installation

python git pip setup.py

Python setup.py install specify extras_require

python pip setuptools setup.py

setup.py & pip: override one of the dependency's sub-dependency from requirements.txt

python setup.py configuration to install files in custom directories

Package a python app like spyder does

spaCy and spaCy models in setup.py

python setup.py spacy

Referring to existing distutils options inside setup.cfg and setup.py

What option do I need in setup.py to create the package in the right directory?

How do you get the filename of a Python wheel when running setup.py?

How to specify another tox project folder as a dependency for a tox project

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

How do I run a single nosetest via setup.py in the python-active-directory module?

Pros and cons of 'script' vs. 'entry_point' in Python command line scripts