commit | 97df0116460541bd76902d1d0de83ebb86fd2234 | [log] [tgz] |
---|---|---|
author | zhurong <aaronzhu1121@gmail.com> | Tue Apr 07 04:41:19 2020 -0700 |
committer | zhurong <aaronzhu1121@gmail.com> | Tue Apr 07 04:41:19 2020 -0700 |
tree | 27f52d6560507317ef7edae81938c6d7d07830fc | |
parent | 429c677483087338715fa0286f3318c7348a0bbd [diff] |
Cleanup py27 support Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I547968d14abbdb8d134d7a94a545ea38342ec6a1