There are a number of issues with the setup() calls; for now, adjust the incorrect maintainer info. --- nfs4.0/setup.py | 4 ++-- nfs4.1/setup.py | 6 +++--- rpc/setup.py | 6 +++--- setup.py | 6 +++--- xdr/setup.py | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nfs4.0/setup.py b/nfs4.0/setup.py index 0f8380e51577..47e56259b06a 100755 --- a/nfs4.0/setup.py +++ b/nfs4.0/setup.py @@ -70,8 +70,8 @@ setup(name = "newpynfs", long_description = DESCRIPTION, author = "Fred Isaman", author_email = "iisaman@xxxxxxxxxxxxxx", - maintainer = "Fred Isaman", - maintainer_email = "iisaman@xxxxxxxxxxxxxx", + maintainer = "Calum Mackay", + maintainer_email = "calum.mackay@xxxxxxxxxx", package_dir = {'': 'lib'}, packages = ['servertests', 'rpc', 'rpc.rpcsec'], diff --git a/nfs4.1/setup.py b/nfs4.1/setup.py index bfadea15e679..d91928e3ef94 100644 --- a/nfs4.1/setup.py +++ b/nfs4.1/setup.py @@ -62,9 +62,9 @@ setup(name = "nfs4", # These will be the same author = "Fred Isaman", author_email = "iisaman@xxxxxxxxxxxxxx", - maintainer = "Fred Isaman", - maintainer_email = "iisaman@xxxxxxxxxxxxxx", - url = "http://www.citi.umich.edu/projects/nfsv4/pynfs/", + maintainer = "Calum Mackay", + maintainer_email = "calum.mackay@xxxxxxxxxx", + url = "https://linux-nfs.org/wiki/index.php/Pynfs", license = "GPL" ) diff --git a/rpc/setup.py b/rpc/setup.py index 922838f5cb90..ece1a9165cb4 100644 --- a/rpc/setup.py +++ b/rpc/setup.py @@ -54,9 +54,9 @@ setup(name = "rpc", # These will be the same author = "Fred Isaman", author_email = "iisaman@xxxxxxxxxxxxxx", - maintainer = "Fred Isaman", - maintainer_email = "iisaman@xxxxxxxxxxxxxx", - url = "http://www.citi.umich.edu/projects/nfsv4/pynfs/", + maintainer = "Calum Mackay", + maintainer_email = "calum.mackay@xxxxxxxxxx", + url = "https://linux-nfs.org/wiki/index.php/Pynfs", license = "GPL" ) diff --git a/setup.py b/setup.py index 203514d72c44..91890d6f38a2 100755 --- a/setup.py +++ b/setup.py @@ -36,9 +36,9 @@ setup(name = "pynfs", # These will be the same author = "Fred Isaman", author_email = "iisaman@xxxxxxxxxxxxxx", - maintainer = "Fred Isaman", - maintainer_email = "iisaman@xxxxxxxxxxxxxx", - url = "http://www.citi.umich.edu/projects/nfsv4/pynfs/", + maintainer = "Calum Mackay", + maintainer_email = "calum.mackay@xxxxxxxxxx", + url = "https://linux-nfs.org/wiki/index.php/Pynfs", license = "GPL" ) diff --git a/xdr/setup.py b/xdr/setup.py index 3778abbe9969..8f565619063a 100644 --- a/xdr/setup.py +++ b/xdr/setup.py @@ -21,9 +21,9 @@ setup(name = "xdrgen", # These will be the same author = "Fred Isaman", author_email = "iisaman@xxxxxxxxxxxxxx", - maintainer = "Fred Isaman", - maintainer_email = "iisaman@xxxxxxxxxxxxxx", - url = "http://www.citi.umich.edu/projects/nfsv4/pynfs/", + maintainer = "Calum Mackay", + maintainer_email = "calum.mackay@xxxxxxxxxx", + url = "https://linux-nfs.org/wiki/index.php/Pynfs", license = "GPL" ) -- 2.43.0