gregcouch

Results 2 issues of gregcouch

Using "setup.py bdist_wheel", I can change the platform tag used for the binary wheel name from the default linux_x86_64 to manylinux2014_x86_64 by giving bdist_wheel options in setup.py. For example: setup(...,...

See https://github.com/django-haystack/django-haystack/issues/632 for details