Skip to content

Commit

Permalink
Update models library description in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrjurkiewicz committed Sep 25, 2024
1 parent 769d510 commit 6cc666a
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 @@ -6,7 +6,7 @@
with open('README.md') as f:
README = f.read()
README = README[0:README.find('## Models library') + 18] + '\n'
README += f"The repository of flow models, containing histogram CSV files, fitted mixture models and plots, is available at: {URL}"
README += f"The repository of flow models, containing histogram CSV files, fitted mixture models, plots, and full flow records in case of smaller models is available at: {URL}#models-library"

setup(
name='flow_models',
Expand Down

0 comments on commit 6cc666a

Please sign in to comment.