1 changed files with 2 additions and 1 deletions
@ -41,7 +41,7 @@ setup( |
|||||
author_email='[email protected]', |
author_email='[email protected]', |
||||
license='MIT', |
license='MIT', |
||||
classifiers=[ |
classifiers=[ |
||||
'Development Status :: 4 - Beta', |
'Development Status :: 5 - Production/Stable', |
||||
'Natural Language :: English', |
'Natural Language :: English', |
||||
'Intended Audience :: Developers', |
'Intended Audience :: Developers', |
||||
'License :: OSI Approved :: MIT License', |
'License :: OSI Approved :: MIT License', |
||||
@ -50,6 +50,7 @@ setup( |
|||||
'Programming Language :: Python :: 3.3', |
'Programming Language :: Python :: 3.3', |
||||
'Programming Language :: Python :: 3.4', |
'Programming Language :: Python :: 3.4', |
||||
'Programming Language :: Python :: 3.5', |
'Programming Language :: Python :: 3.5', |
||||
|
'Programming Language :: Python :: 3.6', |
||||
], |
], |
||||
keywords='valve steam steamid api webapi steamcommunity', |
keywords='valve steam steamid api webapi steamcommunity', |
||||
packages=['steam'] + ['steam.'+x for x in find_packages(where='steam')], |
packages=['steam'] + ['steam.'+x for x in find_packages(where='steam')], |
||||
|
Loading…
Reference in new issue