Open nbecker opened 1 week ago
There is a module asyncio.queues in the standard library, so I would guess that the name rules prohibit your module because it’s too close (- for . and s removed).
Third-party modules are often named with aio rather than asyncio: aiofiles, aiohttp, aiopg… You could try that naming convention. Or maybe queue-asyncio.
Problem description
I initially created a project I called asyncio-queue. When I tried to upload to pypi it failed with the message The name 'asyncio-queue' isn't allowed.
Fine. I changed the name to asyncio_queue. I changed every reference to the old name, in setup.py, README.md. Recursive grep shows there are NO occurances of that string anywhere. I deleted all the builds. I bumped the version number. I rebuilt. I still get: