Skip to content

Commit 53d5fa4

Browse files
committed
setup.cfg: change universal to 0 now that we dropped python 2
1 parent 406fd94 commit 53d5fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DJANGO_SETTINGS_MODULE = pytest_django_test.settings_sqlite_file
5858
testpaths = tests
5959

6060
[wheel]
61-
universal = 1
61+
universal = 0
6262

6363
[flake8]
6464
# W503 line break before binary operator

0 commit comments

Comments
 (0)