Skip to content

Commit

Permalink
Renamed pyoutline wrappers to follow opencue convention. (#250)
Browse files Browse the repository at this point in the history
* Renamed pyoutline wrappers to follow opencue convention. Already referenced this way in backed/cue.py

* update setup.py
  • Loading branch information
Greg Denton authored Mar 26, 2019
1 parent 3d57c22 commit 62f3c8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoutline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
data_files=[
('bin', ['bin/cuerunbase.py', 'bin/pycuerun', 'bin/util_qc_job_layer.py']),
('etc', ['etc/outline.cfg']),
('wrappers', ['wrappers/cue3_wrap_frame', 'wrappers/cue3_wrap_frame_no_ss', 'wrappers/local_wrap_frame']),
('wrappers', ['wrappers/opencue_wrap_frame', 'wrappers/opencue_wrap_frame_no_ss', 'wrappers/local_wrap_frame']),
],
test_suite='tests',
)
File renamed without changes.
File renamed without changes.

0 comments on commit 62f3c8d

Please sign in to comment.