From 82027ab69fa0f2c0d1b5b1e8a594303c9ec401ff Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 31 Aug 2022 12:26:50 +0200 Subject: [PATCH] Rename library --- README.rst | 2 ++ .../__init__.py | 0 pyproject.toml | 2 +- ...o_jsonschema_forms.py => test_django_forms_as_jsonschema.py} | 0 4 files changed, 3 insertions(+), 1 deletion(-) rename {django_jsonschema_forms => django_forms_as_jsonschema}/__init__.py (100%) rename tests/{test_django_jsonschema_forms.py => test_django_forms_as_jsonschema.py} (100%) diff --git a/README.rst b/README.rst index e69de29..f25b00e 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,2 @@ +django-forms-as-jsonschema +-------------------------- \ No newline at end of file diff --git a/django_jsonschema_forms/__init__.py b/django_forms_as_jsonschema/__init__.py similarity index 100% rename from django_jsonschema_forms/__init__.py rename to django_forms_as_jsonschema/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 12eb90e..738a903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "django-jsonschema-forms" +name = "django-forms-as-jsonschema" version = "0.1.0" description = "" authors = ["Julian Leucker <leuckerj@gmail.com>"] diff --git a/tests/test_django_jsonschema_forms.py b/tests/test_django_forms_as_jsonschema.py similarity index 100% rename from tests/test_django_jsonschema_forms.py rename to tests/test_django_forms_as_jsonschema.py -- GitLab