Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setup.py

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

Using CMake with setup.py

cmake distutils setup.py

How to use setup.py to install dependencies only?

python setup.py

Installing dependencies of a local dependency with pipenv

How to include docs directory in python distribution

python setup.py

should pytest et al. go in tests_require[] or extras_require{testing[]}?

python setuptools setup.py

What does the `platforms` argument to `setup()` in `setup.py` do?

python setup.py sdist only including .py source from top level module

python setup.py sdist

pip install PyQt IOError

python pyqt pip ioerror setup.py

Using setup.py to install python project as a systemd service

python ubuntu setup.py systemd

What is the graft command in Python's MANIFEST.in file?

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

Is it possible to include subdirectories using dist utils (setup.py) as part of package data?

How can you bundle all your python code into a single zip file?

python setup.py pypi

Setting up setup.py for packaging of a single .py file and a single data file without needing to create any folders

python packaging setup.py

Specifying optional dependencies in pypi python setup.py

python setup.py pypi