diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-10-17 17:02:36 -0700 |
---|---|---|
committer | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-10-17 19:02:36 -0500 |
commit | 8396c6d94fda5faf90b1a93ffcdf390613db0590 (patch) | |
tree | d54b934d6137564e6cc24bbcaaf2ed68899620aa /examples/cpp_enum_parser.py | |
parent | 9264f805f41ef5688353969eb602b7262481d9c3 (diff) | |
download | pyparsing-git-8396c6d94fda5faf90b1a93ffcdf390613db0590.tar.gz |
Remove 'universal = 1' from [bdist_wheel] section of setup.cfg (#139)
As pyparsing is now Python 3 only, the wheel is not "universal". A
universal wheel is defined as:
https://wheel.readthedocs.io/en/stable/user_guide.html
> If your project contains no C extensions and is expected to work on
> both Python 2 and 3, you will want to tell wheel to produce universal
> wheels …
As the project is _not_ expected to work on Python 2, it should not be
distributed as a Python 2 wheel. Instead, it should be distributed as a
Python-3-only wheel.
Diffstat (limited to 'examples/cpp_enum_parser.py')
0 files changed, 0 insertions, 0 deletions