File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ warn_redundant_casts = True
1818warn_unused_configs = True
1919plugins = 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:
2623ignore_errors = True
Original file line number Diff line number Diff 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)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments