Skip to content

Commit 0873883

Browse files
committed
update pyproject.toml
1 parent 1bfba22 commit 0873883

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
[project]
22
name = "django-fqq"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Generate PostgreSQL schema-prefixed table names with the Django ORM"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"django>=4.2",
99
]
1010

11+
[project.urls]
12+
Repository = "https://github.com/apricotdotcool/django-fqq"
13+
1114
[dependency-groups]
1215
dev = [
1316
"dj-database-url>=3.1.2",

0 commit comments

Comments
 (0)