Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • AlekSIS/libs/django-iconify
1 result
Show changes
Commits on Source (2)
......@@ -109,11 +109,11 @@ application that serves the API under `/icons/` and a test page under `/test.htm
It is reduced to a minimal working example for the reader's convenience.
_`Iconify`: https://iconify.design/
_`django-iconify`: https://edugit.org/AlekSIS/libs/django-iconify
_`poetry`: https://python-poetry.org/
_`JSON collection`: https://github.com/iconify/collections-json
_`django-yarnpkg`: https://edugit.org/AlekSIS/libs/django-yarnpkg
_`Iconify SVG Framework`: https://docs.iconify.design/implementations/svg-framework/
_`How to use Iconify in CSS`: https://docs.iconify.design/implementations/css.html
_`Git repository`: https://edugit.org/AlekSIS/libs/django-iconify
.. _Iconify: https://iconify.design/
.. _django-iconify: https://edugit.org/AlekSIS/libs/django-iconify
.. _poetry: https://python-poetry.org/
.. _JSON collection: https://github.com/iconify/collections-json
.. _django-yarnpkg: https://edugit.org/AlekSIS/libs/django-yarnpkg
.. _Iconify SVG Framework: https://docs.iconify.design/implementations/svg-framework/
.. _How to use Iconify in CSS: https://docs.iconify.design/implementations/css.html
.. _Git repository: https://edugit.org/AlekSIS/libs/django-iconify
[tool.poetry]
name = "django-iconify"
version = "0.1.0"
version = "0.1.0.post1"
description = "Iconify API implementation and tools for Django projects"
authors = ["Dominik George <dominik.george@teckids.org>"]
license = "Apache-2.0"
......