aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory P. Smith [Google LLC] <gps@google.com>2021-05-24 15:59:11 -0700
committerGregory P. Smith [Google LLC] <gps@google.com>2021-05-24 15:59:11 -0700
commit0b178b8e500065f7ad71204c0d1c066766d5d01b (patch)
tree4e545697867b13d090e734d40d81bf7a66499cf4
parent9ac10595f1b053b86841dd0fc42cfdfc168bd52a (diff)
downloadportpicker-0b178b8e500065f7ad71204c0d1c066766d5d01b.tar.gz
Update description to mention portserver.
-rw-r--r--setup.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index aec9f46..742a6d8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = portpicker
-version = 1.4.0
+version = 1.4.1b1
maintainer = Google LLC
maintainer_email = greg@krypto.org
license = Apache 2.0
@@ -11,6 +11,11 @@ url = https://github.com/google/python_portpicker
long_description = Portpicker provides an API to find and return an available
network port for an application to bind to. Ideally suited for use from
unittests or for test harnesses that launch local servers.
+
+ It also contains an optional portserver that can be used to coordinate
+ allocation of network ports on a single build/test farm host across all
+ processes willing to use a port server aware port picker library such as
+ this one.
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License