Merge remote-tracking branch 'remotes/caffeinum/add-aliases' into release/0.4.4

This commit is contained in:
Kirill Markin 2024-11-02 20:08:42 +01:00
commit fd84b62395
3 changed files with 16 additions and 3 deletions

View file

@ -19,6 +19,7 @@ setup(
entry_points={
'console_scripts': [
'repo-to-text=repo_to_text.main:main',
'flatten=repo_to_text.main:main',
],
},
classifiers=[