Browse Source

update dev status to stable

[ci skip]
pull/121/head
Rossen Georgiev 8 years ago
parent
commit
5060f03327
  1. 3
      setup.py

3
setup.py

@ -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…
Cancel
Save