Skip to content

Commit

Permalink
Can't import netflix in setup.py
Browse files Browse the repository at this point in the history
Importing the netflix package at this point throws an error because the
dependencies are needed to even import. At at this point, the
dependencies haven't been parsed or installed.
  • Loading branch information
mattrobenolt committed Jan 20, 2012
1 parent f2aec2b commit cfda27b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

import sys, os
from setuptools import setup
import netflix

setup(
name='python-netflix',
version=netflix.__version__,
version='0.1.0',
install_requires=['httplib2', 'oauth2', 'simplejson'],
author='Mike Helmick',
author_email='mikehelmick@me.com',
Expand Down

0 comments on commit cfda27b

Please sign in to comment.