Skip to content

Commit

Permalink
Remove references to rezconfig files
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Apr 13, 2024
1 parent 03faef9 commit 00a18a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include src/rez/data/*
include src/rez/rezconfig
include src/rez/completion/*
include src/rez/vendor/distlib/*.exe
include src/rezgui/rezguiconfig
include src/rezgui/icons/*
recursive-include src/rez README*
recursive-include src/rezplugins *.cmake Doxyfile rezconfig
recursive-include src/rezplugins *.cmake Doxyfile
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def find_files(pattern, path=None, root="rez"):
find_files('*', 'data') +
find_files('*.exe', 'vendor/distlib'),
'rezplugins':
find_files('rezconfig', root='rezplugins') +
find_files('*.cmake', 'build_system', root='rezplugins') +
find_files('*', 'build_system/template_files', root='rezplugins'),
'rezgui':
Expand Down

0 comments on commit 00a18a8

Please sign in to comment.