Get egg-info properly

This commit is contained in:
jbowes 2007-12-13 01:06:31 +00:00
parent 7135005ecc
commit 1d2bc33068

View File

@ -2,7 +2,7 @@
Name: ipython
Version: 0.8.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An enhanced interactive Python shell
Group: Development/Libraries
@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ipython
%{_bindir}/irunner
%{_bindir}/pycolor
%{python_sitelib}/IPython/*
%{python_sitelib}/*
%changelog