Skip to content

Commit

Permalink
src/table.py setup.py: removed duplicate table.py.
Browse files Browse the repository at this point in the history
We copy fitz/table.py into fitz_new/.
  • Loading branch information
julian-smith-artifex-com committed Aug 22, 2023
1 parent dc0a418 commit 02f882e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,115 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def add( ret, from_, to_):
add( ret_p, f'{g_root}/src/__init__.py', to_dir)
add( ret_p, f'{g_root}/src/__main__.py', to_dir)
add( ret_p, f'{g_root}/src/fitz.py', to_dir)
add( ret_p, f'{g_root}/src/table.py', to_dir)
add( ret_p, f'{g_root}/fitz/table.py', to_dir)
add( ret_p, f'{g_root}/src/utils.py', to_dir)
add( ret_p, f'{g_root}/src/extra.py', to_dir)
add( ret_p, f'{g_root}/src/{path_so_leaf_b}', to_dir)
Expand Down
Loading

0 comments on commit 02f882e

Please sign in to comment.