Skip to content

Commit

Permalink
fix license link and download link
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Jan 15, 2025
1 parent 6c0175e commit 02a473d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![Version](https://img.shields.io/pypi/v/django-telegram-framework.svg)](https://pypi.python.org/pypi/django-telegram-framework/)
[![Development Status](https://img.shields.io/pypi/status/django-telegram-framework.svg)](https://pypi.python.org/pypi/django-telegram-framework)
[![Python version](https://img.shields.io/pypi/pyversions/django-telegram-framework.svg)](https://pypi.python.org/pypi/django-telegram-framework/)
[![License](https://img.shields.io/pypi/l/django-telegram-framework)](https://github.com/quillcraftsman/django-telegram-frameworkblob/main/LICENSE)
[![License](https://img.shields.io/pypi/l/django-telegram-framework)](https://github.com/quillcraftsman/django-telegram-framework/blob/main/LICENSE)
[![Wheel](https://img.shields.io/pypi/wheel/django-telegram-framework.svg)](https://pypi.python.org/pypi/django-telegram-framework/)

#### Support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_value_from_package_info(line, value, old_value):
'Tracker': 'https://github.com/quillcraftsman/django-telegram-framework/issues',
'Release notes': 'https://github.com/quillcraftsman/django-telegram-framework/releases',
'Changelog': 'https://github.com/quillcraftsman/django-telegram-framework/releases',
'Download': 'https://pypi.org/project/telegram-framework/',
'Download': 'https://pypi.org/project/django-telegram-framework/',
}

with open_local([PACKAGE_NAME, "package.py"]) as fp:
Expand Down

0 comments on commit 02a473d

Please sign in to comment.