I'm writing a simple Python package with (currently) only one module.
Where should I put the docstring and __author__ meta attributes? Do they go in the __init__.py or in each modules? 
Is there a PEP pertaining to this? I was only able to find the generic docstring one, which doesn't answer this question.
 
     
     
    