Skip to content

Commit

Permalink
fix: project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Mar 29, 2024
1 parent cd99cc2 commit c392856
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ warn_redundant_casts = True
warn_unused_configs = True
plugins = mypy_django_plugin.main

[mypy.plugins.django-stubs]
django_settings_module = config.settings.test

[mypy-*.migrations.*]
# Django migrations should not produce any errors:
ignore_errors = True
Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ def get_requirements():
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],
install_requires=get_requirements(),
project_urls={
"Documentation": "https://github.com/agusmakmun/django-markdown-editor?tab=readme-ov-file#installation",
"Release notes": "https://github.com/agusmakmun/django-markdown-editor/releases",
"Funding": "https://www.paypal.com/paypalme/summonagus",
"Source": "https://github.com/agusmakmun/django-markdown-editor",
"Issue Tracker": "https://github.com/agusmakmun/django-markdown-editor/issues",
},
)
6 changes: 0 additions & 6 deletions tox.ini

This file was deleted.

0 comments on commit c392856

Please sign in to comment.