setup.py
changeset 31 92176112c2d6
parent 12 c57439b500cb
child 39 68375a768598
--- a/setup.py	Tue Aug 12 12:54:22 2014 +0300
+++ b/setup.py	Tue Aug 12 15:57:28 2014 +0300
@@ -23,6 +23,9 @@
     license='MIT',
     packages=['whois'],
     package_dir={'whois':'whois'},
+    package_data={
+        'whois': ['data/*.txt']
+    },
     include_package_data=True,
     zip_safe=False,
 )