diff --git a/setup.py b/setup.py index b9d079a..ef9e4c9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f: setup( name='2048', - version='0.3', + version='0.3.1', packages=['_2048'], package_data={ '_2048': ['*.ttf'], @@ -41,6 +41,12 @@ setup( 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Games/Entertainment', ], )