seatgeek / businesstime

A simple python utility for calculating business time aware timedeltas between two datetimes
BSD 2-Clause "Simplified" License
85 stars 36 forks source link

setup.py/pip does not install holidays #14

Closed trikosuave closed 8 years ago

trikosuave commented 8 years ago

pip install businesstime and python setup.py install does not install the holidays submodule.

trikosuave commented 8 years ago

I tried that locally (setup.py change). bt = businesstime.BusinessTime(holidays=businesstime.holidays.usa.USFederalHolidays()) gives an error: AttributeError: 'module' object has no attribute 'holidays' Thanks for the quick response!