diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-12-07 15:26:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 23:19:25 +0700 |
commit | b0487dd6b670973f9d4c28d2c5e1f17ef0505772 (patch) | |
tree | 9e0b16dfa9c3309049a58ddd39eba4f997d447f7 /network/twine/README | |
parent | 6640fc45b52e372e2b65b4c91b859d74992c14a7 (diff) |
network/twine: Updated for version 3.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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. |