Skip to content

Commit

Permalink
Merge pull request CamDavidsonPilon#133 from CamDavidsonPilon/change-…
Browse files Browse the repository at this point in the history
…setup

change to setuptools
  • Loading branch information
CamDavidsonPilon authored Aug 28, 2017
2 parents bc37f44 + 75c80a9 commit 4d367e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
import os
from distutils.core import setup
from setuptools import setup


exec(compile(open('lifetimes/version.py').read(),
'lifetimes/version.py', 'exec'))
Expand Down

0 comments on commit 4d367e8

Please sign in to comment.