1 parent 1bfba22 commit 0873883Copy full SHA for 0873883
1 file changed
pyproject.toml
@@ -1,13 +1,16 @@
1
[project]
2
name = "django-fqq"
3
version = "0.1.0"
4
-description = "Add your description here"
+description = "Generate PostgreSQL schema-prefixed table names with the Django ORM"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
"django>=4.2",
9
]
10
11
+[project.urls]
12
+Repository = "https://github.com/apricotdotcool/django-fqq"
13
+
14
[dependency-groups]
15
dev = [
16
"dj-database-url>=3.1.2",
0 commit comments