Skip to content

Commit

Permalink
fix: remove optional folders from build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMelde committed Apr 8, 2024
1 parent 204b647 commit 9ccbd81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VZE/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
'include_files':[
os.path.join(PYTHON_INSTALL_DIR, 'DLLs', 'tk86t.dll'),
os.path.join(PYTHON_INSTALL_DIR, 'DLLs', 'tcl86t.dll'),
('tf_files/', 'lib/tf_files/'),
(os.path.join(os.getcwd(), '..', 'LICENSE.txt'), 'LICENSE.txt'),
(os.path.join(os.getcwd(), '..', 'NOTICE.txt'), 'NOTICE.txt'),
(os.path.join(os.getcwd(), '..', 'README.md'), 'README.md')
Expand Down

0 comments on commit 9ccbd81

Please sign in to comment.