summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-10-26 18:05:42 +0000
committerGitHub <noreply@github.com>2022-10-26 18:05:42 +0000
commitcf1a80220dfc058bba4b127beb32a335a1f89248 (patch)
tree7fbd2929abaa0783b7bd2956c57a5ee3ec1b25f8 /setup.cfg
parent984923a90c5fefb69783d5d26ad215820ede0559 (diff)
parent5e3c937a4782c1fc55561e90c157eeb68211d203 (diff)
downloadpint-cf1a80220dfc058bba4b127beb32a335a1f89248.tar.gz
Merge #1633staging
1633: Simplify registry subclassing r=hgrecco a=hgrecco - [x] Closes #1631 - [x] Executed ``pre-commit run --all-files`` with no errors - [x] The change is fully covered by automated unit tests - [x] Documented in docs/ as appropriate - [x] Added an entry to the CHANGES file Co-authored-by: Hernan <hernan.grecco@gmail.com> Co-authored-by: Hernan Grecco <hernan.grecco@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index cfa031f..9ce8b48 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -75,3 +75,4 @@ line_length=88
[zest.releaser]
python-file-with-version = version.py
+create-wheel = yes