mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Moved qml folder to assets
This commit is contained in:
parent
34f8847f67
commit
a106d380a2
9 changed files with 7 additions and 7 deletions
4
setup.py
4
setup.py
|
@ -40,7 +40,7 @@ setup(
|
|||
# For a discussion on single-sourcing the version across setup.py and the
|
||||
# project code, see
|
||||
# https://packaging.python.org/en/latest/single_source_version.html
|
||||
version='0.1.3', # Required
|
||||
version='0.2.0', # Required
|
||||
|
||||
# This is a one-line description or tagline of what your project does. This
|
||||
# corresponds to the "Summary" metadata field:
|
||||
|
@ -169,7 +169,7 @@ setup(
|
|||
# If using Python 2.6 or earlier, then these have to be included in
|
||||
# MANIFEST.in as well.
|
||||
package_data={
|
||||
'virtscreen': ['icon/*.png', 'qml/*.qml', 'data/config.default.json'],
|
||||
'virtscreen': ['icon/*.png', 'assets/*.qml', 'assets/*.json'],
|
||||
},
|
||||
|
||||
# Although 'package_data' is the preferred approach, in some case you may
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue