Skip to content

Commit

Permalink
Merge pull request #47 from Aristotle-Metadata-Enterprises/fixPoetry
Browse files Browse the repository at this point in the history
Fixes pyproject.toml
  • Loading branch information
paulsamways committed Dec 15, 2023
2 parents 545f40c + 1843577 commit da11674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -24,4 +24,4 @@ build-backend = "poetry.core.masonry.api"
[tool.black]
exclude = '''
^/app/shop/migrations/* # exclude test app migrations
'''
'''

0 comments on commit da11674

Please sign in to comment.