diff --git a/README.rst b/README.rst
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f25b00e0ef9676a500bb1a8e73cf0cea86145757 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 12eb90e9e14a15561c5a4c2e0e89910db6aef937..738a903a90f8011942d8524fb31b7f60250b7da4 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