-
-
Notifications
You must be signed in to change notification settings - Fork 50
fix testing #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix testing #174
Conversation
@@ -1065,7 +1065,7 @@ def quoted_column_name(field_name): | |||
# with migrations, so we validate here instead. | |||
if len(distkey.fields) != 1: | |||
raise ValueError( | |||
"DistKey on model {} must have exactly " "one field.".format( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by ruff
license = "Apache-2.0" | ||
license-files = ["LICENSE"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -20,7 +21,6 @@ classifiers = [ | |||
"Framework :: Django :: 5.0", | |||
"Framework :: Django :: 5.1", | |||
"Intended Audience :: Developers", | |||
"License :: OSI Approved :: Apache Software License", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -64,7 +64,7 @@ commands= | |||
[testenv:check] | |||
deps = uv | |||
commands = | |||
uv build | |||
uv build --sdist --wheel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Purpose
Detail
license
field in pyproject.toml