Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit e9fa6dad7ee8dd0c1c38547f177d58ad8364c89b Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Tue Feb 12 15:16:09 2013 +0100
Remove import to find_packages which is not used
setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py index 8c48269..eae8e42 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ Setup script """
-from setuptools import setup, find_packages +from setuptools import setup from fedocal import __version__
setup(
fedocal-devel@lists.fedorahosted.org