summaryrefslogtreecommitdiff
path: root/textproc/py-chevron/files/patch-setup.py
blob: 92e3ef5c597dec48e0166df79b8d9a3c11822504 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2021-01-02 20:33:10 UTC
+++ setup.py
@@ -3,7 +3,7 @@ try:
 import chevron.metadata
 
 try:
-    from setuptools import setup
+    from setuptools import setup, find_packages
 except ImportError:
     from distutils.core import setup