summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-04-20 08:17:17 +0200
committerGitHub <noreply@github.com>2023-04-20 08:17:17 +0200
commit869deee11838b8617998969d98e65b0f868c8629 (patch)
tree50542419cd8150f8740bfeffff4443ec8120469b /setup.cfg
parent7c9340441401198b3eae0b76517afde6ff1d1719 (diff)
downloadzope-security-869deee11838b8617998969d98e65b0f868c8629.tar.gz
Drop using `setup_requires`. (#98)
* Drop using ``setup_requires`` due to constant problems on GHA. * Add preliminary support for Python 3.12a7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6a8093d..114487d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ ignore =
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
-known_third_party = six, docutils, pkg_resources, pytz
+known_third_party = docutils, pkg_resources, pytz
known_zope =
known_first_party =
default_section = ZOPE