diff options
Diffstat (limited to 'network/twine/README')
-rw-r--r-- | network/twine/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network/twine/README b/network/twine/README index 51ccce7629599..5558b34c2bc78 100644 --- a/network/twine/README +++ b/network/twine/README @@ -1,2 +1,4 @@ -Twine is a utility for interacting with PyPI. -Currently it only supports registering projects and uploading distributions. +Twine is a utility for publishing Python packages on PyPI. + +It provides build system independent uploads of source and +binary distribution artifacts for both new and existing projects. |