diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2a9acf1 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 diff --git a/setup.py b/setup.py index 487c552..939e0e5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'colorlog', - version = '2.3.0', + version = '2.3.1', description = 'Log formatting with colors!', long_description = open("README.rst").read(), @@ -27,8 +27,8 @@ 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Terminals', 'Topic :: Utilities', ],