Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

When should the "Natural Language" PyPI classifier be used?

How does one declare a dependency on gi.repository in setup.py (and required C library)?

How to register Entry Points for network python package installs?

Namespace packages with a core part?