diff --git a/HISTORY.rst b/HISTORY.rst index 5007234..6c078d2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ Changelog - uritemplate ======================= +4.1.1 - 2021-10-13 +------------------ + +- Fix setup.cfg metadata to reflect lack of support for Python 2 as desired in + 4.0 + 4.1.0 - 2021-10-12 ------------------ diff --git a/setup.cfg b/setup.cfg index 2d575c1..5798ea5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,6 @@ classifiers = License :: OSI Approved :: Apache Software License License :: OSI Approved :: BSD License Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 @@ -29,7 +27,7 @@ keywords = rfc 6570 uri template [options] packages = find: -python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* +python_requires = >=3.6 include_package_data = True [options.package_data]