mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-15 16:13:11 +00:00
Update project links
This commit is contained in:
parent
971e767aa9
commit
582e20645f
2 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
|||
#-r test.txt
|
||||
#-r style_checkers.txt
|
||||
|
||||
alabaster>=0.7.6
|
||||
Babel>=2.1.1
|
||||
bleach>=2.1.2
|
||||
|
|
|
|||
7
setup.py
7
setup.py
|
|
@ -280,6 +280,13 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Development Status :: 4 - Beta",
|
||||
],
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/barseghyanartur/django-fobi/issues",
|
||||
"Documentation": "https://django-fobi.readthedocs.io/",
|
||||
"Source Code": "https://github.com/barseghyanartur/django-fobi",
|
||||
"Changelog": "https://django-fobi.readthedocs.io/"
|
||||
"en/latest/changelog.html",
|
||||
},
|
||||
keywords="django, form generator, form builder, visual form designer, "
|
||||
"user generated forms",
|
||||
author='Artur Barseghyan',
|
||||
|
|
|
|||
Loading…
Reference in a new issue