Browse Source

updated classifiers in setup.py

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
4bb7a7e817
  1. 8
      setup.py

8
setup.py

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