Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Why does my installed app handle pkg_resources.iter_entry_points differently than in source?

What's the pythonic way to package a web app with a generation step?

Custom code on pip uninstall

python pip setuptools setup.py

Running Django test with setup.py test and tox

Can I specify PyPI server information such as username and password on the command line instead of using .pypirc?

python setuptools pypi

How to compile C++ dependencies during pip install?

Why is dependency links in setup.py deprecated?

python pip setuptools setup.py

How to identify compiler before defining cython extensions?

cython setuptools

Pycharm issues with installing Setuptools

Correct use of PEP 508 environment markers in setup.cfg

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