Home
last modified time | relevance | path

Searched refs:long_description (Results 1 – 25 of 55) sorted by relevance

123

/external/python/rsa/
Dsetup.py20 long_description = f.read() variable
26 long_description=long_description,
/external/fonttools/
Dsetup.py118 long_description = readme.read() variable
119 long_description += "\nChangelog\n~~~~~~~~~\n\n"
121 long_description += changelog.read()
364 long_description=long_description,
/external/python/setuptools/
Dsetup.py54 long_description = readme_file.read() variable
99 long_description=long_description,
/external/python/cpython3/Doc/distutils/
Dpackageindex.rst39 the ``long_description`` which can be submitted via the :command:`register`
217 The ``long_description`` field plays a special role at PyPI. It is used by
224 The ``long_description`` field can be attached to a text file located
230 long_description = file.read()
233 long_description=long_description)
240 check the ``long_description`` from the command line:
/external/python/cpython2/Doc/distutils/
Dpackageindex.rst39 the ``long_description`` which can be submitted via the :command:`register`
215 The ``long_description`` field plays a special role at PyPI. It is used by
222 The ``long_description`` field can be attached to a text file located
228 long_description = file.read()
231 long_description=long_description)
238 check the ``long_description`` from the command line:
/external/python/cpython3/Lib/distutils/tests/
Dtest_check.py84 pkg_info, dist = self.create_dist(long_description=broken_rest)
125 pkg_info, dist = self.create_dist(long_description=rest_with_code)
/external/python/cpython2/Lib/distutils/tests/
Dtest_check.py85 pkg_info, dist = self.create_dist(long_description=broken_rest)
126 pkg_info, dist = self.create_dist(long_description=rest_with_code)
/external/python/uritemplates/old/uritemplate.py/
Duritemplatepy-setup.py7 long_description="\n\n".join([open("README.rst").read(),
/external/ply/ply/
Dsetup.py8 long_description = """
/external/python/uritemplates/
Dsetup.py13 long_description="\n\n".join([open("README.rst").read(),
/external/swiftshader/third_party/LLVM/utils/lit/
Dsetup.py16 long_description = """\
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
Dsetup.py33 long_description='Tools for capture TPU profile',
/external/python/six/
Dsetup.py53 long_description=six_long_description,
/external/flatbuffers/python/
Dsetup.py51 long_description=('Python runtime library for use with the Flatbuffers'
/external/llvm/utils/lit/
Dsetup.py23 long_description = """\
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/
Dsetup.py23 long_description = """\
/external/python/oauth2client/
Dsetup.py52 long_description=long_desc,
/external/python/google-api-python-client/
Dsetup.py59 long_description=long_desc,
/external/python/futures/
Dsetup.py26 long_description=readme,
/external/python/apitools/
Dsetup.py65 long_description=README,
/external/yapf/
Dsetup.py47 long_description=fd.read(),
/external/python/funcsigs/
Dsetup.py33 long_description=open('README.rst').read(),
/external/python/httplib2/
Dsetup.py41 long_description="""
/external/python/dateutil/
Dsetup.py59 long_description=README,
/external/python/setuptools/setuptools/tests/
Dtest_config.py136 assert metadata.long_description == 'readme contents\nline2'
157 assert dist.metadata.long_description == (

123