pypi.lister: Normalize pypi name to PyPI
Related T422
This commit is contained in:
parent
cba22b7d19
commit
ed64d24634
5 changed files with 12 additions and 12 deletions
|
@ -198,5 +198,5 @@ Note: This expects storage (5002) and scheduler (5008) services to run locally
|
|||
Python 3.6.6 (default, Jun 27 2018, 14:44:17)
|
||||
[GCC 8.1.0] on linux
|
||||
Type "help", "copyright", "credits" or "license" for more information.
|
||||
>>> from swh.lister.pypi.tasks import PyPiListerTask; PyPiListerTask().run_task()
|
||||
>>> from swh.lister.pypi.tasks import PyPIListerTask; PyPIListerTask().run_task()
|
||||
>>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue