From 1843577c1a0bc59065075134ef249bc555a47a1b Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 15 Dec 2023 13:34:52 +1100 Subject: [PATCH] Fixes pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bfa65e..02490a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] -name = "django-garnett" -version = "0.5.2" -description = "Simple translatable Django fields" +name = "django-data-interrogator" +version = "0.3.0" +description = "A suite of interactive table builder utilities that create reports using efficient SQL queries" authors = ["Aristotle Metadata Enterprises"] license = "BSD-3-Clause" readme = "README.rst" @@ -24,4 +24,4 @@ build-backend = "poetry.core.masonry.api" [tool.black] exclude = ''' ^/app/shop/migrations/* # exclude test app migrations -''' \ No newline at end of file +'''