packaging
Manage configuration files for packaging tools.
Functions:
|
Update the |
|
Update the |
|
Create the |
|
Update the |
|
Update the |
-
make_manifest(repo_path, templates)[source] Update the
MANIFEST.infile forsetuptools.- Parameters
repo_path (
Path) – Path to the repository root.templates (
Environment)
- Return type
-
make_pkginfo(repo_path, templates)[source] Update the
__pkginfo__.pyfile.- Parameters
repo_path (
Path) – Path to the repository root.templates (
Environment)
- Return type
-
make_pyproject(repo_path, templates)[source] Create the
pyproject.tomlfile for PEP 517.- Parameters
repo_path (
Path) – Path to the repository root.templates (
Environment)
- Return type
-
make_setup(repo_path, templates)[source] Update the
setup.pyscript.- Parameters
repo_path (
Path) – Path to the repository root.templates (
Environment)
- Return type