Add module path on desktop

This commit is contained in:
Mark Qvist 2022-07-13 10:53:07 +02:00
parent 24c6e11438
commit feafb74717
2 changed files with 8 additions and 0 deletions

View file

@ -46,6 +46,8 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://unsigned.io/sideband",
packages=setuptools.find_packages(),
package_data={'': ['kivymd/fonts/*','kivymd/images/*']},
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"License :: Other/Proprietary License",