We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b49e2b commit 11e41dcCopy full SHA for 11e41dc
setup.py
@@ -31,12 +31,6 @@ def setup_package():
31
os.chdir(src_path)
32
sys.path.insert(0, src_path)
33
34
- os.mkdir("pilotlight/shaders")
35
-
36
- # copy shaders
37
- for file in glob.glob("../pilotlight/shaders/*.*"):
38
- shutil.move(file, "pilotlight/shaders/")
39
40
metadata = dict(
41
name='pilotlight', # Required
42
version="0.1.5", # Required
0 commit comments