setup.py
changeset 39 68375a768598
parent 31 92176112c2d6
child 51 1459aa5d7ce4
--- a/setup.py	Mon Aug 18 13:10:53 2014 +0300
+++ b/setup.py	Tue Aug 19 15:24:51 2014 +0300
@@ -26,6 +26,9 @@
     package_data={
         'whois': ['data/*.txt']
     },
+    extras_require={
+        'better date conversion': ["python-dateutil"]
+    },
     include_package_data=True,
     zip_safe=False,
 )