Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drblallo committed Dec 8, 2024
1 parent 300d36a commit 6aa6572
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ def copy_binaries(source_directory, destination_directory):
os.path.join("..", "..", "rlc-release", "install", "lib", "rlc"),
os.path.join("lib", "rlc"),
)
copy_binaries(
os.path.join("..", "..", "rlc-release", "install", "lib", "cmake"),
os.path.join("lib", "cmake"),
)
extra_files_bin = package_files([target_bin_dir], target_bin_dir)
extra_files_lib = package_files(["lib"], "lib")
extra_files_share = package_files(["share"], "share")
Expand All @@ -97,7 +101,7 @@ def copy_binaries(source_directory, destination_directory):

setup(
name="rl_language",
version="0.1.41",
version="0.2.1",
author="Massimo Fioravanti",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit 6aa6572

Please sign in to comment.