1 changed files with 4 additions and 4 deletions
@ -33,14 +33,14 @@ setup( |
|||
author_email='[email protected]', |
|||
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, |
|||
|
Loading…
Reference in new issue