Commits


Michael A. Smith authored and Fokko Driesprong committed 6527d6d1d50
AVRO-2240 Fix py3 Setup (#347) * AVRO-2240 Make setup.py python2 compatible Indicate that avro-python3 is only python3 compatible without making the setup script itself incompatible with python 2. Fix a bug with chmod in setup.py Add trove classifiers to setup.py * Specify Python 3.4 and Up Lazy Consensus per the utter silence of https://mail-archives.apache.org/mod_mbox/avro-dev/201810.mbox/%3CCA%2BB44%2BC0MLQreV2tozd8GFv74qnyBT0%2B3rd44Ey29Gv4T_9%2B3Q%40mail.gmail.com%3E. * AVRO-2240 Remove Junk