summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-03 16:23:33 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-03 16:23:33 +0100
commitcb6def05fdea2b2c40bcc154a159cfae0ed46b92 (patch)
tree6b1f8bc53ff0384336482f016a44cc0c5f3b7027 /setup.cfg
parent85d9b50f1302e4bc85055a46ced8071f53e8318e (diff)
downloadzope-i18nmessageid-cb6def05fdea2b2c40bcc154a159cfae0ed46b92.tar.gz
- update with meta/config and add support for Python 3.9, 3.10 and 3.11
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg34
1 files changed, 24 insertions, 10 deletions
diff --git a/setup.cfg b/setup.cfg
index bac1953..7867a0d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,27 @@
-[nosetests]
-nocapture=1
-cover-package=zope.i18nmessageid
-cover-erase=1
-with-doctest=0
-where=src
-
-[aliases]
-dev = develop easy_install zope.i18nmessageid[testing]
-docs = easy_install zope.i18nmessageid[docs]
+# Generated from:
+# https://github.com/zopefoundation/meta/tree/master/config/c-code
+[bdist_wheel]
+universal = 1
[zest.releaser]
create-wheel = no
+
+[flake8]
+doctests = 1
+
+[check-manifest]
+ignore =
+ .editorconfig
+ .meta.toml
+ docs/_build/html/_sources/*
+
+[isort]
+force_single_line = True
+combine_as_imports = True
+sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
+known_third_party = six, docutils, pkg_resources
+known_zope =
+known_first_party =
+default_section = ZOPE
+line_length = 79
+lines_after_imports = 2