Skip to content

Commit

Permalink
accidentally copying license as readme when disting python
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Oct 8, 2022
1 parent 8007ad4 commit 0b939f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ exports.copy_files_to_python_folder = () => {
const cpp = resolve`${__dirname}/../cpp/perspective/src`;
const cmakelists = resolve`${__dirname}/../cpp/perspective/CMakeLists.txt`;
const lic = resolve`${__dirname}/../LICENSE`;
const readme = resolve`${__dirname}/../LICENSE`;
const readme = resolve`${__dirname}/../README.md`;

const cmake = resolve`${__dirname}/../cmake`;
const dcmake = resolve`${dist}/cmake`;
Expand Down

0 comments on commit 0b939f1

Please sign in to comment.