Search code examples
Can I add custom data to a pyproject.toml file...


pythonpython-packagingpyproject.tomltoml

Read More
How to include .json files in a python package using a pyproject.toml?...


pythonpackagepyproject.toml

Read More
Configuring isort and autoflake with project.toml...


pythonisortpyproject.tomlautoflake

Read More
How do I configure pdm for a src-based Python repository?...


pythonpyproject.tomlpython-pdm

Read More
What defines the import statement of python package?...


pythonpython-importpython-packagingpyproject.toml

Read More
Building a package with generated Python files...


setuptoolssetup.pypython-packagingpyproject.toml

Read More
python minor version in built wheel name...


pythonpython-packagingpython-wheelpyproject.toml

Read More
How do I read project dependencies from pyproject.toml from my setup.py, to avoid duplicating the in...


pythonsetuptoolspython-packagingbeewarepyproject.toml

Read More
Installing a package installs only the package with version number attached...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Dynamically version a pyproject.toml package without importing runtime dependencies at build time...


pipversioningpyproject.toml

Read More
Is there an interface to access pyproject.toml from Python?...


pythonpython-importlibtomlpyproject.toml

Read More
How to build a source distribution without using setup.py file?...


pythonsetuptoolspypipython-packagingpyproject.toml

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


pythonsetuptoolspython-packagingpyproject.toml

Read More
How to add a shortcut to a custom script in pyproject.toml (using poetry)...


pythonpython-poetrypyproject.toml

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


setuptoolspython-packagingpyproject.toml

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
Install tool that installs a command line Python script in its own automatically sourced virtual env...


pythoninstallationpippython-venvpyproject.toml

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


pythonsetuptoolspython-packagingpyproject.toml

Read More
Should the toml file be added to version control for a python poetry managed project?...


pythongitversion-controlpython-poetrypyproject.toml

Read More
Include or exclude (license) files from package data with pyproject.toml and setuptools...


pythonsetuptoolspython-packagingpython-wheelpyproject.toml

Read More
pyproject.toml in an isolated environment...


pythonsetuptoolspyproject.tomlsetuptools-scm

Read More
Tell pip package to install build dependency for its own install and all install_requires installs...


pythonpipcythonsetup.pypyproject.toml

Read More
Installing test files with pyproject.toml and setuptools...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Make ``pip install -e .`` build cython extensions with pyproject.toml...


pythonpipcythonpyproject.toml

Read More
Questions on pyproject.toml vs setup.py...


pythonsetup.pypyproject.toml

Read More
How can I reference var from section into another section in pyproject.toml?...


pythonpython-poetrypyproject.tomlcommitizen

Read More
Exclude tests files from setuptools find packages...


python-3.xsetuptoolspackagingpyproject.toml

Read More
TOML how to have key without value...


tomlpyproject.toml

Read More
Is there something like python setup.py --version for pyproject.toml?...


pythonpyproject.toml

Read More
Automate the update of packages in pyproject.toml from virtualenv or pip-tools...


pythonpippython-packagingpyproject.tomlpip-tools

Read More
BackNext