summaryrefslogtreecommitdiff
path: root/336.diff
blob: 7ab16eb0d2cec9810640b00056e11b20507519c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index b5ca8fbb..14cd99aa 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
         "License :: OSI Approved :: GNU General Public License (GPL)",
         "Programming Language :: Python :: 3",
     ],
-    packages=find_packages(),
+    packages=find_packages(exclude=['utils']),
     zip_safe=False,
     include_package_data=True,
     install_requires=[