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

Fix #14 -- pip not installing full package #15

Closed tarkatronic closed 8 years ago

tarkatronic commented 8 years ago

I also removed distutils, as this has long been deprecated, and I'm not actually certain if there is an equivalent to find_packages in distutils.

josegonzalez commented 8 years ago

Fancy. Thanks!

josegonzalez commented 8 years ago

Note: I unfortunately don't have release rights for this project on pypi and the dev who does is on vacation at the moment. I'll be sure to pm him when he's pack so we can handle that :)

erwaller commented 8 years ago

Thanks @tarkatronic and @josegonzalez! v0.2.1 is up on pypi.

The one time I forget to install and try the package..

josegonzalez commented 8 years ago

@erwaller can you give me access to the pypi package? My nick is savant on pypi.

erwaller commented 8 years ago

@josegonzalez done

josegonzalez commented 8 years ago

:+1: