Skip to content

Commit 62f3c8d

Browse files
author
Greg Denton
authored
Renamed pyoutline wrappers to follow opencue convention. (#250)
* Renamed pyoutline wrappers to follow opencue convention. Already referenced this way in backed/cue.py * update setup.py
1 parent 3d57c22 commit 62f3c8d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

pyoutline/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
data_files=[
4949
('bin', ['bin/cuerunbase.py', 'bin/pycuerun', 'bin/util_qc_job_layer.py']),
5050
('etc', ['etc/outline.cfg']),
51-
('wrappers', ['wrappers/cue3_wrap_frame', 'wrappers/cue3_wrap_frame_no_ss', 'wrappers/local_wrap_frame']),
51+
('wrappers', ['wrappers/opencue_wrap_frame', 'wrappers/opencue_wrap_frame_no_ss', 'wrappers/local_wrap_frame']),
5252
],
5353
test_suite='tests',
5454
)
File renamed without changes.

0 commit comments

Comments
 (0)