Skip to content
Snippets Groups Projects
Commit cc7c9a57 authored by Julian's avatar Julian
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
__version__ = '0.1.0'
[tool.poetry]
name = "django-jsonschema-forms"
version = "0.1.0"
description = ""
authors = ["Julian Leucker <leuckerj@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
from django_jsonschema_forms import __version__
def test_version():
assert __version__ == '0.1.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment