mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-01 10:14:41 +00:00
chore: Move links from README to setup.cfg
This commit is contained in:
parent
29deb95bf3
commit
15641b60e0
2 changed files with 4 additions and 13 deletions
13
README.rst
13
README.rst
|
|
@ -57,16 +57,3 @@ Features
|
|||
- Handle more than just text fields
|
||||
- Django admin integration
|
||||
- Flexible fallbacks, auto-population and more!
|
||||
|
||||
|
||||
Project Home
|
||||
------------
|
||||
https://github.com/deschler/django-modeltranslation
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
https://django-modeltranslation.readthedocs.org/en/latest
|
||||
|
||||
Mailing List
|
||||
------------
|
||||
http://groups.google.com/group/django-modeltranslation
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@ author_email = peschler@gmail.com
|
|||
maintainer = Sergiy Tereshchenko
|
||||
maintainer_email = serg.partizan+modeltranslation@gmail.com
|
||||
url = https://github.com/deschler/django-modeltranslation
|
||||
project_urls =
|
||||
Source = https://github.com/deschler/django-modeltranslation
|
||||
Documentation = https://django-modeltranslation.readthedocs.org/en/latest
|
||||
Mailing List = http://groups.google.com/group/django-modeltranslation
|
||||
classifiers =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue