Skip to content

Commit c392856

Browse files
author
Agus Makmun
committed
fix: project urls
1 parent cd99cc2 commit c392856

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ warn_redundant_casts = True
1818
warn_unused_configs = True
1919
plugins = mypy_django_plugin.main
2020

21-
[mypy.plugins.django-stubs]
22-
django_settings_module = config.settings.test
23-
2421
[mypy-*.migrations.*]
2522
# Django migrations should not produce any errors:
2623
ignore_errors = True

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,11 @@ def get_requirements():
4141
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4242
],
4343
install_requires=get_requirements(),
44+
project_urls={
45+
"Documentation": "https://github.com/agusmakmun/django-markdown-editor?tab=readme-ov-file#installation",
46+
"Release notes": "https://github.com/agusmakmun/django-markdown-editor/releases",
47+
"Funding": "https://www.paypal.com/paypalme/summonagus",
48+
"Source": "https://github.com/agusmakmun/django-markdown-editor",
49+
"Issue Tracker": "https://github.com/agusmakmun/django-markdown-editor/issues",
50+
},
4451
)

tox.ini

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)