@@ -30,11 +30,12 @@ def install_requires():
3030setuptools .setup (
3131 name = "python-valve" ,
3232 version = "0.2.0" ,
33- description = ("Small library implementing "
34- "various parts of Steam's public interfaces" ),
33+ description = ("Python implemntation RCON, A2S, VDF, the Steam Web "
34+ "API and various other Valve products and services." )
3535 long_description = readme (),
3636 author = "Oliver Ainsworth" ,
3737 author_email = "ottajay@googlemail.com" ,
38+ url = "https://github.com/Holiverh/python-valve" ,
3839 packages = setuptools .find_packages (),
3940 install_requires = install_requires (),
4041 extras_require = {
@@ -55,14 +56,16 @@ def install_requires():
5556 },
5657 license = "MIT License" ,
5758 classifiers = [
58- "License :: OSI Approved :: MIT License" ,
5959 "Development Status :: 4 - Beta" ,
60+ "Intended Audience :: Developers" ,
61+ "License :: OSI Approved :: MIT License" ,
6062 "Programming Language :: Python :: 2.7" ,
6163 "Programming Language :: Python :: 3.4" ,
6264 "Programming Language :: Python :: 3.5" ,
6365 "Programming Language :: Python :: 3.6" ,
6466 "Programming Language :: Python :: 3.7" ,
6567 "Programming Language :: Python :: Implementation :: CPython" ,
6668 "Programming Language :: Python :: Implementation :: PyPy" ,
69+ "Topic :: Games/Entertainment" ,
6770 ],
6871)
0 commit comments