Skip to content

Commit 9434f75

Browse files
committed
Fixed missing assets again
1 parent 528e405 commit 9434f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
EMAIL = 'narayanband1356@gmail.com'
1010
AUTHOR = 'nb-programmer'
1111
REQUIRES_PYTHON = '>=3.7.0'
12-
VERSION = '0.3.5'
12+
VERSION = '0.3.6'
1313
LICENSE = 'MIT'
1414

1515
REQUIRED = [
@@ -28,7 +28,7 @@
2828
}
2929

3030
PACKAGE_DATA = {
31-
NAME: ['assets/**'] #Models and scenes
31+
NAME: ['assets/**', 'assets/models/**', 'assets/scenes/**'] #Models and scenes
3232
}
3333

3434
PACKAGE_ENTRY_SCRIPTS = [ 'dronesim = dronesim.__main__:main' ]

0 commit comments

Comments
 (0)