Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
elib.intl is optional so remove it from install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
dieterv committed Jan 19, 2011
1 parent 7373165 commit 8ab57f4
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 @@ -53,8 +53,7 @@ def version():
'Topic :: Software Development :: Libraries :: Python Modules'],

install_requires = ['setuptools',
'simplegeneric >= 0.6',
'elib.intl'],
'simplegeneric >= 0.6'],
zip_safe = False,
include_package_data = True,

Expand Down

0 comments on commit 8ab57f4

Please sign in to comment.