Home
last modified time | relevance | path

Searched refs:zip_safe (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/lit/
Dsetup.py63 zip_safe = False,
/external/llvm/utils/lit/
Dsetup.py70 zip_safe = False,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/
Dsetup.py70 zip_safe = False,
/external/python/funcsigs/
Dsetup.py28 zip_safe=False,
/external/python/dateutil/
Dsetup.py64 zip_safe=True,
/external/python/setuptools/
Dsetup.py110 zip_safe=True,
DCHANGES.rst3506 * 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/
Dentry_points.txt51 zip_safe = setuptools.dist:assert_bool
/external/tensorflow/tensorflow/tools/pip_package/
Dsetup.py268 zip_safe=False,
/external/python/setuptools/setuptools/command/
Dbdist_egg.py220 os.path.join(archive_root, 'EGG-INFO'), self.zip_safe()
268 def zip_safe(self): member in bdist_egg
/external/capstone/bindings/python/
Dsetup.py217 zip_safe=True,
/external/python/setuptools/setuptools/tests/
Dtest_config.py355 assert dist.zip_safe
/external/python/setuptools/docs/
Dsetuptools.txt277 ``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
Dformats.txt408 ``.egg`` file. The ``zip_safe`` option to setuptools' ``setup()``
Deasy_install.txt633 ``zip_safe`` argument to ``setup()``. If the package author makes such a