Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

How to find a class or function in a Python module?

Why does setuptools not understand git+https URLs?

python git setuptools

I'd like some advice on packaging this as an egg and uploading it to pypi

Setuptools circular dependency_links

I built a python package and uploaded to pypi. It can be installed but not imported: ModuleNotFoundError

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