Skip to content

Commit

Permalink
Added setup.cfg to mark package as py2/py3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Jun 12, 2014
1 parent 81bc17d commit 02903d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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',
],
Expand Down

0 comments on commit 02903d4

Please sign in to comment.