File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ def quoted_column_name(field_name):
10651065 # with migrations, so we validate here instead.
10661066 if len (distkey .fields ) != 1 :
10671067 raise ValueError (
1068- "DistKey on model {} must have exactly " " one field." .format (
1068+ "DistKey on model {} must have exactly one field." .format (
10691069 model .__name__
10701070 )
10711071 )
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "django-redshift-backend"
33dynamic = [" version" ]
44description = " Redshift database backend for Django"
55readme = " README.rst"
6- license = {file = " LICENSE" }
6+ license = " Apache-2.0"
7+ license-files = [" LICENSE" ]
78requires-python = " >=3.9, <4"
89authors = [
910 {
name =
" shimizukawa" ,
email =
" [email protected] " },
@@ -20,7 +21,6 @@ classifiers = [
2021 " Framework :: Django :: 5.0" ,
2122 " Framework :: Django :: 5.1" ,
2223 " Intended Audience :: Developers" ,
23- " License :: OSI Approved :: Apache Software License" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
2626 " Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ commands=
6464[testenv:check]
6565deps = uv
6666commands =
67- uv build
67+ uv build --sdist --wheel
6868 uvx twine check dist/*
6969
7070[flake8]
You can’t perform that action at this time.
0 commit comments