Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Extending setuptools extension to use CMake in setup.py?

How to include license file in setup.py script?

python setuptools

How to Bootstrap numpy installation in setup.py

How can I include package_data without a MANIFEST.in file?

Python setuptools: how to include a config file for distribution into <prefix>/etc

python setuptools

How to setup entry_points in setup.cfg

Does pip handle extras_requires from setuptools/distribute based sources?

Python Packaging: Data files are put properly in tar.gz file but are not installed to virtual environment

"setup.py upload" is failing with "Upload failed (401): You must be identified to edit package information"

python packaging 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