pypi.lister: Normalize pypi name to PyPI

Related T422
This commit is contained in:
Antoine R. Dumont (@ardumont) 2018-09-14 13:24:48 +02:00
parent cba22b7d19
commit ed64d24634
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
5 changed files with 12 additions and 12 deletions

View file

@ -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()
>>>