On Sat, Mar 4, 2017 at 10:24 PM, Jonas Thelemann <[email protected]> wrote: > Ok, "py2.py3" makes sense because it's for both python versions.
Right - I figured out how to make a universal wheel a week or so back. > But why is a v1.1 still (re)build? Are you sure it's not a left-over build (or partial build in the pip-build directory that the Python setuptools are finding and rebuilding)? Try "make clean" (and possibly "make clean-dist", though that will blow away any previously completed builds). -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
