BoboTiG / python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
https://pypi.org/project/mss/
MIT License
987 stars 88 forks source link

Fix packaging #243

Closed BoboTiG closed 1 year ago

BoboTiG commented 1 year ago

Packaging is not perfect. In fact, in the 8.0.2 release, there are unexpected files bundled into the sdist.

We need to be sure about what is packaged when calling:

python -m build --sdist
python -m build --wheel

Any help is welcome :)

BoboTiG commented 1 year ago

I added tests that doesn't pass right now, of course:

python -m pytest mss/tests/test_setup.py