diff -r da8f2956db7e -r 68375a768598 setup.py --- 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, )