Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
onehouwong committed Oct 25, 2024
1 parent 7f40a7c commit fb4ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(fname):
python_requires='>=3.8',
install_requires=["ricxappframe>=1.1.1,<2.3.0"],
entry_points={"console_scripts": ["run-xapp.py=src.main:launchXapp"]}, # adds a magical entrypoint for Docker
data_files=[("", ["LICENSE.txt"])],
data_files=[("", ["LICENSE"])],
)


0 comments on commit fb4ffac

Please sign in to comment.