Skip to content

Commit

Permalink
Merge pull request bartekgorny#13 from smcoll/patch-9
Browse files Browse the repository at this point in the history
removed setuptools from install_requires
  • Loading branch information
llazzaro committed Jun 1, 2013
2 parents f67300b + 5596129 commit 819242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Utilities'],
install_requires=['setuptools', 'vobject', 'python-dateutil'],
install_requires=['vobject', 'python-dateutil'],
license='BSD',
test_suite = "schedule.tests",
)

0 comments on commit 819242a

Please sign in to comment.