Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

How to specify dependencies that setup.py needs during installation?

python setuptools setup.py

How do I get the current 'package' name? (setup.py)

What's the best layout for a python command line application?

How to manage several python subprojects with setuptools?

Running custom setuptools build during install

python setuptools distutils

Alternative dependencies (fall back) in setup.py

Does python's setuptools support the `__name__ == "__main__"` style of execution?

python setuptools

How to configure setup.py to have pip install from GitHub master?

What tools are there to cross-create an OSX installer for a python package?

read README in setup.py

Install numpy + pandas as dependency in setup.py

python numpy pandas setuptools

Installed module is empty

python setuptools

How to prevent setuptools install package as an .egg

python setuptools egg

How To Set Project Links in PyPI

How to properly define package_data in setup.py? [duplicate]

Distributing a large Python-enabled application: best practices

Creating a Python package for a C extension-only module which is pre-built

python setuptools distutils

Does python's new 'pip wheel' have any support for building wheels for the dependencies listed in tests_requires?