Search code examples
Python: Package directory does not exist...


pythonpython-2.7setup.py

Read More
distutils IndexError: tuple index out of range...


pythoninstallationpipsetup.py

Read More
Specifying command line scripts in pyproject.toml...


pythonsetup.pypyproject.toml

Read More
How to correctly use python __init__.py in packages...


python-3.xpython-importsetuptoolssetup.pypython-packaging

Read More
Build distribution package for different platform architecture...


pythonjenkinsjenkins-pipelinesetup.py

Read More
Is there complete documentation for `setup.cfg`?...


pythonsetuptoolspackagingsetup.py

Read More
pyproject.toml and cython extension module...


cythonsetup.pypyproject.toml

Read More
How to reference a variable defined in setup.py?...


pythonsetuptoolssetup.py

Read More
How to copy requirements.txt and setup.py files into docker image from parent folder...


dockerdockerfilesetup.pyrequirements.txt

Read More
getting no develop install with `pip install -e .` unless I delete `pyproject.toml`...


pythonpipsetuptoolssetup.pypyproject.toml

Read More
Including non-Python files without __init__.py using `package_data` in setup.py?...


pythonsetuptoolssetup.pyeggdata-files

Read More
Run a shell script during pip install...


pythonsetuptoolspypisetup.pypython-wheel

Read More
Tox fails because setup.py can't find the requirements.txt...


pythonpython-3.xtestingsetup.pytox

Read More
Run setup function from setuptools only if __name__ == "__main__"?...


pythonpython-3.xsetuptoolssetup.py

Read More
How to force a python wheel to be platform specific when building it?...


pythonsetuptoolssetup.pypython-wheel

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


pythonpipdependenciessetuptoolssetup.py

Read More
Why is python setup.py saying invalid command 'bdist_wheel' on Travis CI?...


pythontravis-cisetup.pypypi

Read More
How to include and install local dependencies in setup.py in Python?...


pythonsetuptoolssetup.py

Read More
Issue with Python Package Upload to PyPI - Invalid Directory Structure...


pythonsetuptoolssetup.pypython-packaging

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


pythonsetuptoolssetup.pypython-packagingpyproject.toml

Read More
Distribute shell scripts using setuptools and pyproject.toml...


setuptoolssetup.pypython-packagingpyproject.toml

Read More
setup.py - metadata-generation-failed...


pythonpypisetup.py

Read More
When to use pip requirements file versus install_requires in setup.py?...


pythonsetuptoolspipdistributesetup.py

Read More
Accessing modules in subdirectory when building pip package...


setuptoolssetup.pypython-packaging

Read More
requirements.txt vs setup.py...


pythonsetup.pyrequirements.txt

Read More
spaCy and spaCy models in setup.py...


pythonsetup.pyspacy

Read More
How to create a deb package for a python project without setup.py...


pythonpackagingsetup.pydebpython-poetry

Read More
What's the difference between 'pip3 install -e .' and 'python3 setup.py develop'...


pythonpipsetuptoolssetup.pypython-packaging

Read More
How to build multiple packages from a single python module using pyproject.toml and poetry?...


pythonsetup.pypython-packagingpython-poetrypyproject.toml

Read More
Importing modules with same name...


pythonpython-importsetuptoolssetup.py

Read More
BackNext