Packaging Python code for github: should I obfuscate author email address from the `setup.py`?

The standard file with packaging instructions (setup.py with setuptools) for Python contains an author_email field. Such a package can then be published to PyPI, but the code is also available publicly on github.

Am I unnece… Continue reading Packaging Python code for github: should I obfuscate author email address from the `setup.py`?