Skip to content

Commit 11e41dc

Browse files
WIP
1 parent 7b49e2b commit 11e41dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ def setup_package():
3131
os.chdir(src_path)
3232
sys.path.insert(0, src_path)
3333

34-
os.mkdir("pilotlight/shaders")
35-
36-
# copy shaders
37-
for file in glob.glob("../pilotlight/shaders/*.*"):
38-
shutil.move(file, "pilotlight/shaders/")
39-
4034
metadata = dict(
4135
name='pilotlight', # Required
4236
version="0.1.5", # Required

0 commit comments

Comments
 (0)