Added LaunchpadLister

Summary:
Related to T1734

From abandonned D2799

Reviewers: ardumont

Reviewed By: ardumont

Differential Revision: https://forge.softwareheritage.org/D2974
This commit is contained in:
Léni Gauffier 2020-04-12 00:22:20 +02:00
parent 29325c1d94
commit 58ef08b083
16 changed files with 528 additions and 6 deletions

View file

@ -65,6 +65,7 @@ setup(
lister.packagist=swh.lister.packagist:register
lister.phabricator=swh.lister.phabricator:register
lister.pypi=swh.lister.pypi:register
lister.launchpad=swh.lister.launchpad:register
""",
classifiers=[
"Programming Language :: Python :: 3",