Harmon758/Harmonbot

configparser versions available: 3.7.2

Closed this issue · 0 comments

There are new versions of configparser available from pypi.

3.7.2

(also released as 3.8.0)

  • Repackaged using setuptools_scm for file discovery and other
    features from skeleton <https://pypi.org/project/skeleton.
    Fixes #33.
  • Package now unconditionally installs the configparser module.
    Doing so allowed for the project to release a universal wheel for
    Python 2 and Python 3. Even though the configparser module is
    installed unconditionally on Python 3, it's expected that it will
    be masked in that environment by the module in stdlib, so the same
    interface applies. Ref #31.