setup.cfg
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 21 Nov 2016 14:52:33 +0100
changeset 11856 92e9cbc6fc57
parent 11453 3522d2a3389e
child 12915 f7b4c3e047c8
permissions -rw-r--r--
[pkg] Configure "universal" wheel build According to https://packaging.python.org/distributing/#wheels, we should create universal wheels (no 2to3 step, no C extension). Configure this in setup.cfg. [ci skip]

[bdist_wheel]
universal = 1

[check-manifest]
ignore =
  debian
  debian/*
  cubicweb.spec
  __pkginfo__.py