Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Install dependencies from setup.py

How to configure __main__.py, __init__.py, and __setup__.py for a basic package setup?

python pip setuptools

Specify where to install 'tests_require' dependencies of a distribute/setuptools package

Determining version of easy_install/setuptools

Packaging legacy Fortran in Python. Is it OK to use setuptools and numpy.distutils?

Automatic version number both in setup.py (setuptools) AND source code?

install_requires based on python version

Managing resources in a Python project

How do setuptools, distribute, and pip relate to one another?

Enforcing python version in setup.py

How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix

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

Python package structure, setup.py for running unit tests

python testing setuptools

How to specify version ranges in install_requires (setuptools, distribute)

python setuptools

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

What is the advantage of setting zip_safe to True when packaging a Python project?

python packaging setuptools

What's the difference between setup.py and setup.cfg in python projects

stopping setup.py from installing as egg

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

python setuptools setup.py

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