Friendly ping. Is there anybody maintaining urlgrabbber? I would like to get a new release to pypi (I have access rights there) but urlgrabber needs to be fixed first...).
Cheers, Tom > Thomas Bechtold <thomasbecht...@jpberlin.de> hat am 23. Dezember 2016 um > 18:27 geschrieben: > > > From: Thomas Bechtold <tbecht...@suse.com> > > --- > setup.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/setup.py b/setup.py > index bfa4a18..dfa5f37 100644 > --- a/setup.py > +++ b/setup.py > @@ -4,7 +4,9 @@ import urlgrabber as _urlgrabber > > name = "urlgrabber" > description = "A high-level cross-protocol url-grabber" > -long_description = _urlgrabber.__doc__ > +f = open('README', 'r') > +long_description = f.read() > +f.close() > license = "LGPL" > version = _urlgrabber.__version__ > _authors = _re.split(r',\s+', _urlgrabber.__author__) > -- > 2.11.0 > > _______________________________________________ > Yum-devel mailing list > Yum-devel@lists.baseurl.org > http://lists.baseurl.org/mailman/listinfo/yum-devel _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel