Blob Blame History Raw
diff -ur pyutil-3.1.0/setup.py pyutil-3.1.0.patched/setup.py
--- pyutil-3.1.0/setup.py       2018-01-15 07:30:47.000000000 +1000
+++ pyutil-3.1.0.patched/setup.py       2018-08-26 20:30:23.524306209 +1000
@@ -59,7 +59,9 @@
       license=u'GNU GPL', # see README.rst for details -- there are also alternative licences
       packages=find_packages(),
       include_package_data=True,
-      data_files=data_files,
+      package_data={
+          'pyutil': ['data/wordlist.txt'],
+      },
       install_requires=[],
       extras_require={
           u'jsonutil': [u'simplejson >= 2.1.0',],