Search code examples
What's the difference between the [tool.poetry] and [project] tables in pyproject.toml?...

setuptoolspypipython-packagingpython-poetrypyproject.toml

Read More
Using Poetry's [tool.poetry.dependencies] in Setuptools Configuration in pyproject.toml...

dependenciessetuptoolspython-packagingpython-poetrypyproject.toml

Read More
Setuptools console_script entry point not found with install but it's found with develop...

pythonsetuptoolsentry-point

Read More
Set `__version__` of module from a file when configuring setuptools using `setup.cfg` without `setup...

python-3.xsetuptools

Read More
No module named pkg_resources...

pythondjangovirtualenvsetuptoolspip

Read More
Issue importing PyYAML, cltk...

macospipsetuptoolspyenvpyyaml

Read More
mypy —explicit-package-based vs setuptools...

pythonsetuptoolsmypy

Read More
How to fix setuptools_scm._file_finders.git listing git files failed?...

pythonsetuptoolssetuptools-scm

Read More
Wheel File Not Including templates Directory and Root Files in Python Package...

setuptoolssetup.pypython-packagingpython-wheelsdist

Read More
Reference requirements.txt for the install_requires kwarg in setuptools setup.py file...

pythonpipsetuptoolsrequirements.txt

Read More
Specifying package data in pyproject.toml...

pythonpipsetuptools

Read More
Python's setuptools is failing to install at random in my Github Actions workflow...

python-3.xgithub-actionssetuptoolspython-poetry

Read More
How to add command line tool to python package...

pythonpipsetuptools

Read More
How to build a cffi extension for inclusion in binary python wheel with uv...

pythonsetuptoolspython-cffiuv

Read More
Standard way to embed version into Python package?...

pythonsetuptoolssetup.pypython-packaging

Read More
What is "where" argument for in setuptools.find_packages?...

pythonsetuptoolspackaging

Read More
Determining version of easy_install/setuptools...

pythonsetuptoolseasy-install

Read More
SWIG Hello World; ImportError: dynamic module does not define module export function...

pythoncsetuptoolsswig

Read More
Build a wheel and Install package version depending on OS...

pythonsetuptoolspython-polarspython-packagingpython-wheel

Read More
How to reference a requirements.txt in the pyproject.toml of a setuptools project?...

pythonpipsetuptoolspyproject.toml

Read More
Why do I keep getting this message when installing, saying EntryPoint must be in 'name=module:at...

pythonpipsetuptoolsdistutils

Read More
Python setup.py develop vs install...

pythonsetuptools

Read More
How is "egg=" used in "pip install -e"?...

pythonpipsetuptools

Read More
Numba AOT using setuptools compiles .pyd, import pyd causes recompilation. Why?...

setuptoolsnumba

Read More
What is setuptool's alternative to (the deprecated) distutils `strtobool`?...

pythonargparsesetuptoolsdistutils

Read More
`pip install` Gives Error on Some Packages...

pythonpipdependenciessetuptoolssetup.py

Read More
How does pytest install pytest and _pytest into site-packages...

pythonpytestsetuptoolspyproject.toml

Read More
Python setuptools_scm get version from git tags...

pythonsetuptoolssetup.pypython-packagingsetuptools-scm

Read More
What are the downsides to relying purely on pyproject.toml?...

pythonsetuptoolssetup.pypython-packagingpyproject.toml

Read More
Use setup.py / pyproject.toml to compile a library also in editable install...

pythonsetuptoolssetup.pysoftware-distribution

Read More
BackNext