Searched refs:zip_safe (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/lit/ |
D | setup.py | 63 zip_safe = False,
|
/external/llvm/utils/lit/ |
D | setup.py | 70 zip_safe = False,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/ |
D | setup.py | 70 zip_safe = False,
|
/external/python/funcsigs/ |
D | setup.py | 28 zip_safe=False,
|
/external/python/dateutil/ |
D | setup.py | 64 zip_safe=True,
|
/external/python/setuptools/ |
D | setup.py | 110 zip_safe=True,
|
D | CHANGES.rst | 3506 * Added ``zip_safe`` and ``namespace_packages`` arguments to ``setup()``. 3507 Added package analysis to determine zip-safety if the ``zip_safe`` flag
|
/external/python/setuptools/setuptools.egg-info/ |
D | entry_points.txt | 51 zip_safe = setuptools.dist:assert_bool
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | setup.py | 268 zip_safe=False,
|
/external/python/setuptools/setuptools/command/ |
D | bdist_egg.py | 220 os.path.join(archive_root, 'EGG-INFO'), self.zip_safe() 268 def zip_safe(self): member in bdist_egg
|
/external/capstone/bindings/python/ |
D | setup.py | 217 zip_safe=True,
|
/external/python/setuptools/setuptools/tests/ |
D | test_config.py | 355 assert dist.zip_safe
|
/external/python/setuptools/docs/ |
D | setuptools.txt | 277 ``zip_safe`` 1319 Setting the ``zip_safe`` flag 1328 project's ``zip_safe`` flag. 1330 You can pass a True or False value for the ``zip_safe`` argument to the 1350 ``zip_safe`` to ``True`` in your ``setup()`` call. If it turns out that it 1365 then make an explicit declaration of ``True`` or ``False`` for the ``zip_safe`` 2338 zip_safe = False 2451 zip_safe bool
|
D | formats.txt | 408 ``.egg`` file. The ``zip_safe`` option to setuptools' ``setup()``
|
D | easy_install.txt | 633 ``zip_safe`` argument to ``setup()``. If the package author makes such a
|