PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

Remove < Python 2.7 references + Replace _find_packages in setup.py #94

Closed mrmundt closed 4 years ago

mrmundt commented 4 years ago

Fixes N/A

Summary/Motivation:

There are some checks/references for Python 2.6 (or lower). Seeing as the build requires Python 2.7+, these checks can be removed.

In addition, _find_packages can be replaced with the built-in find_packages routine from setuptools (standard with setuptools as of Python 2.6).

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.1%) to 61.095% when pulling 32597b69a29227d6c5f8daf944dcadfa63cf1aef on mrmundt:remove_under_py27 into cf34c0ad435d9c14369035a541baec021bffb20c on PyUtilib:master.