Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Package setup.py and Flask directory structure

What is the preferred way to develop a Python package without using setup.py?

Clear setuptools cache in pyramid?

Is there an equivalent to NPM's "peerDependencies" in Python (preferably in setuptools)?

Dependencies auto discovery for Python setuptools?

python setuptools

Add py.typed as package data with setuptools in pyproject.toml

In Set up project context, what does the options "Localized Resourses from <project name>" & "Content files from <project name>" mean?

How to tell setup.py to use Visual Studio

python setuptools

Different python package requirements for 32 and 64 bit

python pip setuptools

Deciding which package manager was used to install a Python package

How do I have multiple src directories at the root of my python project with a setup.py and pip install -e?

Create virtualenv with specific, older, setuptools version

How to write setup.py for installing python module without making .egg file

Specifying build requirements as a file in a setuptools pyproject.toml

How to define "python_requires" in pyproject.toml using setuptools?

Distribute shell scripts using setuptools and pyproject.toml