Search code examples
Include py.typed file in wheel produced with nuitka...


pythonsetuptoolspython-packagingnuitka

Read More
How can I get the version defined in setup.py (setuptools) in my package?...


pythonsetuptools

Read More
Installing a local Python package dynamically...


pythonsetuptools

Read More
How do I specify a Python version constraint for a dependency specifically for a platform?...


pythonsetuptoolspython-packaging

Read More
how to execute a script that will modify my package at build time?...


pythonsetuptools

Read More
pythons files are being ignored with pyproject.toml...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Why isn't `site.main()` called by setuptools?...


pipsetuptoolssetup.pypython-packagingpep517

Read More
Do python projects need a MANIFEST.in, and what should be in it?...


pythonsetuptools

Read More
Python setuptools: how to include a config file for distribution into <prefix>/etc...


pythonsetuptools

Read More
Setuptools: distribute package composed of a single module...


pythonpackagesetuptoolspackaging

Read More
Output directories for python setup.py sdist bdist_wheel...


pythonpackagesetuptoolssdist

Read More
My python package not installing dependent packages when my package is installed...


setuptoolspython-packagingpyproject.toml

Read More
Alias Python package with a different root name when the old one uses lazy imports...


pythonsetuptoolspython-packaging

Read More
Prevent pip from caching a package...


pipsetuptoolssetup.pypython-packagingpython-wheel

Read More
Folders included in the tar.gz, not in the wheel, setuptools build...


pythonpython-3.xsetuptools

Read More
localstack 0.12.18 fails to install...


pythonpipanacondasetuptoolslocalstack

Read More
Cython: LINK : fatal error LNK1104: cannot open file 'atls.lib'...


pythonc++cythonsetuptools

Read More
pip install <.whl file> installs dist_info but doesn't actually install the package...


pythonpipsetuptoolspython-packagingpython-wheel

Read More
Python poetry install fails on typed-ast (1.5.4). How to overcome the obstacle and install the packa...


pythonsetuptoolspython-poetrypyproject.tomlpython-3.11

Read More
How do I create a python setuptools entrypoint for package.__main__?...


pythonsetuptoolsentry-point

Read More
importlib.metadata doesn't appear to handle the authors field from a pyproject.toml file correct...


pythonsetuptoolspackagingpython-importlib

Read More
Setuptools and pyproject.toml not recognizing location of package...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Remove docker-py in setup.py before installing docker...


pythondockerpipsetuptoolsdockerpy

Read More
How to configure setuptools_scm to always generate timestamp and git hash...


pythonpipsetuptoolssetuptools-scm

Read More
Scrapy-deploy to Scrapyd doesn't install requirements pointed in setup.py...


pythonsetuptoolsscrapyscrapyd

Read More
How to indicate use_scm_version in setup.cfg?...


pythonsetuptools

Read More
Setuptools is creating is creating egg for UNKNOWN instead of setuptools-rust...


pythonsetuptoolssetup.pypython-packaging

Read More
Enforcing python version in setup.py...


pythonpython-2.7setuptools

Read More
Python: Why do some packages get installed as eggs and some as "egg folders"?...


pythonpackagingsetuptoolsegg

Read More
raise packaging.version.InvalidVersion linux pip...


pythonlinuxpipsetuptools

Read More
BackNext