Searched refs:long_description (Results 1 – 25 of 55) sorted by relevance
123
/external/python/rsa/ |
D | setup.py | 20 long_description = f.read() variable 26 long_description=long_description,
|
/external/fonttools/ |
D | setup.py | 118 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/ |
D | setup.py | 54 long_description = readme_file.read() variable 99 long_description=long_description,
|
/external/python/cpython3/Doc/distutils/ |
D | packageindex.rst | 39 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/ |
D | packageindex.rst | 39 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/ |
D | test_check.py | 84 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/ |
D | test_check.py | 85 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/ |
D | uritemplatepy-setup.py | 7 long_description="\n\n".join([open("README.rst").read(),
|
/external/ply/ply/ |
D | setup.py | 8 long_description = """
|
/external/python/uritemplates/ |
D | setup.py | 13 long_description="\n\n".join([open("README.rst").read(),
|
/external/swiftshader/third_party/LLVM/utils/lit/ |
D | setup.py | 16 long_description = """\
|
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/ |
D | setup.py | 33 long_description='Tools for capture TPU profile',
|
/external/python/six/ |
D | setup.py | 53 long_description=six_long_description,
|
/external/flatbuffers/python/ |
D | setup.py | 51 long_description=('Python runtime library for use with the Flatbuffers'
|
/external/llvm/utils/lit/ |
D | setup.py | 23 long_description = """\
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/ |
D | setup.py | 23 long_description = """\
|
/external/python/oauth2client/ |
D | setup.py | 52 long_description=long_desc,
|
/external/python/google-api-python-client/ |
D | setup.py | 59 long_description=long_desc,
|
/external/python/futures/ |
D | setup.py | 26 long_description=readme,
|
/external/python/apitools/ |
D | setup.py | 65 long_description=README,
|
/external/yapf/ |
D | setup.py | 47 long_description=fd.read(),
|
/external/python/funcsigs/ |
D | setup.py | 33 long_description=open('README.rst').read(),
|
/external/python/httplib2/ |
D | setup.py | 41 long_description="""
|
/external/python/dateutil/ |
D | setup.py | 59 long_description=README,
|
/external/python/setuptools/setuptools/tests/ |
D | test_config.py | 136 assert metadata.long_description == 'readme contents\nline2' 157 assert dist.metadata.long_description == (
|
123