Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

unattended install of binary python packages (modules) for windows

python windows setuptools

Setuptools unable to use link from dependency_links

Setuptools not passing arguments for entry_points

python setuptools distutils

Which is the most pythonic: installing python modules via a package manager ( macports, apt) or via pip/easy_install/setuptools

Python any of many dependencies

setuptools finds wrong package during install

Python Entry point 'console_scripts' not found

Equivalent for `--find-links` in `setup.py`

setup.py doesn't see my requirements.txt

python setuptools setup.py

Multiple projects from one setup.py?

python setuptools

TypeError: dist must be a Distribution instance

python setuptools distutils

Why doesn't setup_requires work properly for numpy?

python numpy setuptools

Creating deb or rpm with setuptools – data_files

find_packages doesn't find my Python file

python setuptools

How to pass flags to a distutils extension? [duplicate]

python setuptools distutils

Setuptools console_script entry point not found with install but it's found with develop

Get entry point script file location in setuputils package?

python setuptools

Can I define optional packages in setuptools?

python setuptools

How do I subclass the build command?