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:
parent
29325c1d94
commit
58ef08b083
16 changed files with 528 additions and 6 deletions
1
setup.py
1
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue