Skip to content

Commit

Permalink
setup.py: Fix author_email
Browse files Browse the repository at this point in the history
PyPI checks that `author_email` is indeed an e-mail address. Use
ours (Polyconseil), since the author may not be as responsive.
  • Loading branch information
dbaty committed Oct 1, 2018
1 parent 93adc99 commit 7ebb342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description="""Correlation IDs in Django for debugging requests""",
long_description=readme + '\n\n' + history,
author='Snowball One',
author_email='please-direct-your-queries-to-the-maintainer',
author_email='opensource+django-cid@polyconseil.fr',
maintainer="Polyconseil",
maintainer_email="opensource+django-cid@polyconseil.fr",
url='https://github.com/Polyconseil/django-cid',
Expand Down

0 comments on commit 7ebb342

Please sign in to comment.