Skip to content

Commit

Permalink
版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy289065406 committed Aug 8, 2023
1 parent a7e80ca commit 8e117bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
# executes the function `main` from this package when invoked:
entry_points={ # Optional
'console_scripts': [
'FIXME=builder:build',
],
},

Expand All @@ -195,9 +194,9 @@
# maintainers, and where to support the project financially. The key is
# what's used to render the link text on PyPI.
project_urls={ # Optional
'Bug Reports': 'https://github.com/lyy289065406/FIXME/issues',
'Funding': 'https://github.com/lyy289065406/FIXME/blob/master/imgs/donate-alipay.png',
'Say Thanks!': 'https://github.com/lyy289065406/FIXME/blob/master/imgs/donate-wechat.png',
'Source': 'https://github.com/lyy289065406/FIXME/',
'Bug Reports': 'https://github.com/EXP-Codes/py-transgpt/issues',
'Funding': 'https://github.com/EXP-Codes/py-transgpt/tree/master/imgs/donate-alipay.png',
'Say Thanks!': 'https://github.com/EXP-Codes/py-transgpt/tree/master/imgs/donate-wechat.png',
'Source': 'https://github.com/EXP-Codes/py-transgpt',
},
)

0 comments on commit 8e117bb

Please sign in to comment.