From 4bb7a7e817504b5b10a9d208702827bad4994e8c Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 30 Mar 2016 23:30:48 +0100 Subject: [PATCH] updated classifiers in setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 3e211aa..73079b2 100644 --- a/setup.py +++ b/setup.py @@ -33,14 +33,14 @@ setup( author_email='rossen@rgp.io', license='MIT', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', + 'Natural Language :: English', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', - 'Topic :: Software Development :: Libraries :: Python Modules', - 'Natural Language :: English', 'Operating System :: OS Independent', + 'Programming Language :: Python :: 2.7', ], - keywords='valve steam steamid api webapi', + keywords='valve steam steamid api webapi steamcommunity', packages=['steam'] + ['steam.'+x for x in find_packages(where='steam')], install_requires=install_requires, zip_safe=True,