tiagocoutinho / linuxpy

Human friendly interface to linux subsystems using python
https://tiagocoutinho.github.io/linuxpy/
GNU General Public License v3.0
28 stars 3 forks source link

pypi doesn't contain `video` and other (nested) modules #1

Closed stephematician closed 10 months ago

stephematician commented 10 months ago

As per title, perhaps these features are only intended for the development version?

>>> from linuxpy.video.device import Device
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'linuxpy.video'
stephematician commented 10 months ago

This line in pyproject.toml will disable automatic discovery (https://setuptools.pypa.io/en/latest/userguide/package_discovery.html):

[tool.setuptools]
packages = ["linuxpy"]
tiagocoutinho commented 10 months ago

Thanks for reporting. I could immediately see the error. It has been fixed since release 0.4.0