Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

setuptools_scm not working with `pip install .` in case of .git in parent folder

Running setup.py installation - Relative module names not supported

python setuptools

Does building pure python modules w/ conda require setuptools?

python setuptools conda

Cannot import a setup.py module while inside a venv

"No module named x.__main__; 'x' is a package and cannot be directly executed" when using entry_points / console_scripts

Proper permissions for python packages

How can I make easy_install.exe not open in a separate window?

error code 1 on pip install MySQL-python

How to I change the Manifest.in depending on the extra_requires I wish to use?

python pip setuptools

Python Pip automatically increment version number based on SCM

How do you make Python console script entry points work when installed package uses a conda virtual environment?

Setting up pip in Windows 7 64-bit

How to build a universal wheel with pyproject.toml

Setuptools: Import from 'project' with setup.py in source folder

How to add console_script/entry point to setup.py that call a class function python