Home
last modified time | relevance | path

Searched full:author_email (Results 1 – 25 of 169) sorted by relevance

1234567

/external/python/setuptools/setuptools/_distutils/command/
Dcheck.py86 (author and author_email) or (maintainer and maintainer_email))
100 if not metadata.author_email:
102 "'author_email' should be supplied too")
108 self.warn("missing meta-data: either (author and author_email) " +
/external/python/cpython3/Lib/distutils/command/
Dcheck.py86 (author and author_email) or (maintainer and maintainer_email)
100 if not metadata.author_email:
102 "'author_email' should be supplied too")
108 self.warn("missing meta-data: either (author and author_email) " +
/external/python/cpython2/Lib/distutils/command/
Dcheck.py85 name, version, URL, (author and author_email) or
100 if not metadata.author_email:
102 "'author_email' must be supplied too")
108 self.warn("missing meta-data: either (author and author_email) " +
/external/python/pyfakefs/
Dsetup.py60 AUTHOR_EMAIL = 'google-pyfakefs@google.com' variable
76 author_email=AUTHOR_EMAIL,
/external/python/setuptools/setuptools/tests/
Dtest_dist.py78 author_email="foo@bar.net",
130 author_email='snorri@sturluson.name',
169 ('author_email', dist_class.get_contact_email),
207 'author_email': 'author@name.com'})),
222 'author_email': 'author@name.com',
227 {'author_email': 'author@name.com',
244 'author_email': 'Author-email',
/external/python/cpython2/Lib/distutils/tests/
Dtest_register.py89 'author_email': 'xxx',
212 'author_email': u'éxéxé',
247 'author_email': u'xxx', u'name': 'xxx',
267 'author_email': 'xxx',
Dtest_check.py44 'author_email': 'xxx',
59 'author_email': u'xxx', u'name': 'xxx',
92 'author_email': 'xxx',
Dtest_bdist_rpm.py28 url='xxx', author='xxx', author_email='xxx')
71 'author_email': 'xxx'})
115 'author_email': 'xxx'})
Dtest_bdist_dumb.py25 url='xxx', author='xxx', author_email='xxx')
60 'author_email': 'xxx'})
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_bdist_rpm.py21 url='xxx', author='xxx', author_email='xxx')
69 'author_email': 'xxx'})
113 'author_email': 'xxx'})
Dtest_check.py52 'author_email': 'xxx',
67 'author_email': 'xxx', 'name': 'xxx',
100 'author_email': 'xxx',
Dtest_register.py99 'author_email': 'xxx',
224 'author_email': 'éxéxé',
259 'author_email': 'xxx', 'name': 'xxx',
279 'author_email': 'xxx',
Dtest_bdist_dumb.py18 url='xxx', author='xxx', author_email='xxx')
60 'author_email': 'xxx'})
/external/python/cpython3/Lib/distutils/tests/
Dtest_bdist_rpm.py18 url='xxx', author='xxx', author_email='xxx')
66 'author_email': 'xxx'})
110 'author_email': 'xxx'})
Dtest_check.py52 'author_email': 'xxx',
67 'author_email': 'xxx', 'name': 'xxx',
100 'author_email': 'xxx',
Dtest_register.py98 'author_email': 'xxx',
223 'author_email': 'éxéxé',
258 'author_email': 'xxx', 'name': 'xxx',
278 'author_email': 'xxx',
Dtest_bdist_dumb.py18 url='xxx', author='xxx', author_email='xxx')
60 'author_email': 'xxx'})
/external/python/pyyaml/
Dsetup.py18 AUTHOR_EMAIL = 'xi@resolvent.net' variable
294 author_email=AUTHOR_EMAIL,
/external/libbpf/
D.travis.yml10 - AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")"
117 - COVERITY_SCAN_NOTIFICATION_EMAIL="${AUTHOR_EMAIL}"
/external/selinux/python/sepolicy/
Dsetup.py12 author_email="dwalsh@redhat.com",
/external/python/cpython3/Tools/test2to3/
Dsetup.py19 author_email = "python-dev@python.org",
/external/bcc/src/python/
Dsetup.py.in15 author_email='bblanco@plumgrid.com',
/external/selinux/libselinux/src/
Dsetup.py10 author_email="selinux@vger.kernel.org",
/external/pigweed/pw_unit_test/py/
Dsetup.cfg18 author_email = pigweed-developers@googlegroups.com
/external/pigweed/pw_bloat/py/
Dsetup.cfg18 author_email = pigweed-developers@googlegroups.com

1234567