diff setup.py @ 433:10a82dec3fe4

cm: Update setuptools files.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 30 Mar 2017 20:04:40 -0700
parents a78a4b20b720
children 5d5a6832c4ec
line wrap: on
line diff
--- a/setup.py	Thu Mar 30 20:04:25 2017 -0700
+++ b/setup.py	Thu Mar 30 20:04:40 2017 -0700
@@ -21,7 +21,7 @@
         url="https://github.com/ludovicchabant/Wikked",
         license="Apache 2.0",
         keywords="wiki mercurial hg git",
-        packages=find_packages(exclude=["tests"]),
+        packages=find_packages(exclude=["monkeys", "tests"]),
         setup_requires=['setuptools_scm'],
         use_scm_version={
             'write_to': 'wikked/__version__.py'},
@@ -43,4 +43,3 @@
                     'wk = wikked.witch:real_main']
                 },
         )
-