Skip to content

Commit

Permalink
Fix setup.py installation
Browse files Browse the repository at this point in the history
Fixes: #40

Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Feb 11, 2025
1 parent 4ed57a9 commit aa82e35
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 @@ -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"],
)

0 comments on commit aa82e35

Please sign in to comment.