parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

disable-tests-package.patch (574B)


      1 diff --git a/setup.py b/setup.py
      2 index 35644d6..010f91d 100644
      3 --- a/setup.py
      4 +++ b/setup.py
      5 @@ -14,7 +14,7 @@ setuptools.setup(
      6      long_description=long_description,
      7      long_description_content_type="text/markdown",
      8      url="https://github.com/quark-engine/quark-engine",
      9 -    packages=setuptools.find_packages(),
     10 +    packages=setuptools.find_packages(exclude=['tests']),
     11      entry_points={"console_scripts": ["quark=quark.cli:entry_point",
     12                                        "freshquark=quark.freshquark:entry_point",
     13                                        ]},