Home | History | Annotate | Download | only in distutils

Lines Matching refs:author_email

1016     _METHOD_BASENAMES = ("name", "version", "author", "author_email",
1033 self.author_email = None
1072 self.author_email = _read_field('author-email')
1173 return self.author_email or "UNKNOWN"
1186 return self.maintainer_email or self.author_email or "UNKNOWN"