diff --git a/LICENSE.md b/LICENSE.md index 2fb663d9..861ec4b0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## The MIT License (MIT) -Copyright (c) 2019 Ian Good +Copyright (c) 2020 Ian Good Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 639febb6..90bab8b2 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 Ian C. Good +# Copyright (c) 2020 Ian C. Good # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -30,7 +30,7 @@ setup(name='pymap', version='0.20.1', author='Ian Good', - author_email='icgood@gmail.com', + author_email='ian@icgood.net', description='Lightweight, asynchronous IMAP serving in Python.', long_description=readme + license, long_description_content_type='text/markdown',