Searched full:author_email (Results 1 – 25 of 169) sorted by relevance
1234567
/external/python/setuptools/setuptools/_distutils/command/ |
D | check.py | 86 (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/ |
D | check.py | 86 (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/ |
D | check.py | 85 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/ |
D | setup.py | 60 AUTHOR_EMAIL = 'google-pyfakefs@google.com' variable 76 author_email=AUTHOR_EMAIL,
|
/external/python/setuptools/setuptools/tests/ |
D | test_dist.py | 78 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/ |
D | test_register.py | 89 'author_email': 'xxx', 212 'author_email': u'éxéxé', 247 'author_email': u'xxx', u'name': 'xxx', 267 'author_email': 'xxx',
|
D | test_check.py | 44 'author_email': 'xxx', 59 'author_email': u'xxx', u'name': 'xxx', 92 'author_email': 'xxx',
|
D | test_bdist_rpm.py | 28 url='xxx', author='xxx', author_email='xxx') 71 'author_email': 'xxx'}) 115 'author_email': 'xxx'})
|
D | test_bdist_dumb.py | 25 url='xxx', author='xxx', author_email='xxx') 60 'author_email': 'xxx'})
|
/external/python/setuptools/setuptools/_distutils/tests/ |
D | test_bdist_rpm.py | 21 url='xxx', author='xxx', author_email='xxx') 69 'author_email': 'xxx'}) 113 'author_email': 'xxx'})
|
D | test_check.py | 52 'author_email': 'xxx', 67 'author_email': 'xxx', 'name': 'xxx', 100 'author_email': 'xxx',
|
D | test_register.py | 99 'author_email': 'xxx', 224 'author_email': 'éxéxé', 259 'author_email': 'xxx', 'name': 'xxx', 279 'author_email': 'xxx',
|
D | test_bdist_dumb.py | 18 url='xxx', author='xxx', author_email='xxx') 60 'author_email': 'xxx'})
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_bdist_rpm.py | 18 url='xxx', author='xxx', author_email='xxx') 66 'author_email': 'xxx'}) 110 'author_email': 'xxx'})
|
D | test_check.py | 52 'author_email': 'xxx', 67 'author_email': 'xxx', 'name': 'xxx', 100 'author_email': 'xxx',
|
D | test_register.py | 98 'author_email': 'xxx', 223 'author_email': 'éxéxé', 258 'author_email': 'xxx', 'name': 'xxx', 278 'author_email': 'xxx',
|
D | test_bdist_dumb.py | 18 url='xxx', author='xxx', author_email='xxx') 60 'author_email': 'xxx'})
|
/external/python/pyyaml/ |
D | setup.py | 18 AUTHOR_EMAIL = 'xi@resolvent.net' variable 294 author_email=AUTHOR_EMAIL,
|
/external/libbpf/ |
D | .travis.yml | 10 - AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")" 117 - COVERITY_SCAN_NOTIFICATION_EMAIL="${AUTHOR_EMAIL}"
|
/external/selinux/python/sepolicy/ |
D | setup.py | 12 author_email="dwalsh@redhat.com",
|
/external/python/cpython3/Tools/test2to3/ |
D | setup.py | 19 author_email = "python-dev@python.org",
|
/external/bcc/src/python/ |
D | setup.py.in | 15 author_email='bblanco@plumgrid.com',
|
/external/selinux/libselinux/src/ |
D | setup.py | 10 author_email="selinux@vger.kernel.org",
|
/external/pigweed/pw_unit_test/py/ |
D | setup.cfg | 18 author_email = pigweed-developers@googlegroups.com
|
/external/pigweed/pw_bloat/py/ |
D | setup.cfg | 18 author_email = pigweed-developers@googlegroups.com
|
1234567