Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Using setuptools to copy non .py files

python setuptools setup.py

what are the differences between "python setup.py test" vs "pytest {package}"?

easy_install lxml on Python 2.7 on Windows

How can I make setuptools install a package from another source that's also available on pypi with the same version number?

How do I write a setup.py for a twistd/twisted plugin that works with setuptools, distribute, etc?

Python Multistage Docker build with setup.py

Specifying test dependencies in pyproject.toml and getting them installed with pip install -e

Setuptools: distribute package composed of a single module

Python setuptools exclude dependencies when installing

python pip setuptools

Error: Python packaging tool 'setuptools' not found

Distributing multiple packages using setup.py for Python

python package setuptools

Installing numpy before using numpy.distutils.core.setup

Extract messages programmatically with PyBabel

Is there a reason to have both tox.ini and setup.cfg in a python project?

setuptools tox pyscaffold

Best way to share code across several setup.py scripts?

python setuptools

When I run the setuptools .egg "as if it were a shell script", what's actually happening?

pkg_resources is deprecated as an API

Set up cassandra driver (python) in Docker

Python setuptools: first build from sources then install