Commits


Michael A. Smith authored and Fokko Driesprong committed f33e36f70f5
AVRO-2391 Refactor Py3 Setup (#514) The main purpose of this change is to simplify and modernize the setup code without really changing its behavior. The main change is that I moved most of the setup code into the declarative setup.cfg, where I hope it is somewhat clearer. I also fleshed out the setup.py commands so that the build.sh and setup.py have parity -- that is, the build.sh is entirely implemented using setup.py.