Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

How do I force `setup.py test` to install dependencies into my `virtualenv`?

How can I add post-install scripts to easy_install / setuptools / distutils?

python setuptools distutils

Python Namespace Packages in Python3

Execute a Python script post install using distutils / setuptools

How do I use data in package_data from source code?

pip install test dependencies for tox from setup.py

Python: Multiple packages in one repository or one package per repository?

Is it possible to express a platform-specific dependency in setup.py without building platform-specific versions of my egg?

python setuptools distutils

How to solve pkg_resources.VersionConflict error during bin/python bootstrap.py -d

python setuptools buildout

Excluding a top-level directory from a setuptools package

python setuptools

PyCharm does not recognize modules installed in development mode

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