#719 1.67 wheel on PyPI contains only dist-info, not the module itself
Closed: Fixed by nforro. Opened by nforro.

$ pip install rpkg
...
Installing collected packages: rpkg
Successfully installed rpkg-1.67
$ python -c "import pyrpkg"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'pyrpkg'
$ wget https://files.pythonhosted.org/packages/f3/e2/4ca626c8d9afe6edea3667c23bd90059836459c95159a608731cce784797/rpkg-1.67-py2.py3-none-any.whl
$ unzip -l rpkg-1.67-py2.py3-none-any.whl
Archive:  rpkg-1.67-py2.py3-none-any.whl
  Length      Date    Time    Name
---------  ---------- -----   ----
     4004  02-02-2020 00:00   rpkg-1.67.dist-info/METADATA
      105  02-02-2020 00:00   rpkg-1.67.dist-info/WHEEL
    18092  02-02-2020 00:00   rpkg-1.67.dist-info/licenses/COPYING
      781  02-02-2020 00:00   rpkg-1.67.dist-info/licenses/COPYING-koji
      386  02-02-2020 00:00   rpkg-1.67.dist-info/RECORD
---------                     -------
    23368                     5 files

Seems to be fixed in rpkg-1.67.post1.

Seems to be fixed in rpkg-1.67.post1.

Seems to be fixed in rpkg-1.67.post1.

Seems to be fixed in rpkg-1.67.post1.

Metadata Update from @nforro:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata