diff --git a/setup.py b/setup.py index cb0ba5a..81ff6e8 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,6 @@ description='An experimental RAG framework', long_description=open('README.md').read(), long_description_content_type='text/markdown', - url='https://github.com/redhat-et/PRAGmatic' + url='https://github.com/redhat-et/PRAGmatic', scripts=["bin/pragmatic"], )