|
|
@ -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, |
|
|
|