mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-15 12:52:28 -04:00
Add module path on desktop
This commit is contained in:
parent
24c6e11438
commit
feafb74717
2 changed files with 8 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue