Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Holiverh committed Sep 10, 2017
1 parent e6ffb67 commit 8eb8a6f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ def install_requires():
setuptools.setup(
name="python-valve",
version="0.2.0",
description=("Small library implementing "
"various parts of Steam's public interfaces"),
description=("Python implemntation RCON, A2S, VDF, the Steam Web "
"API and various other Valve products and services.")
long_description=readme(),
author="Oliver Ainsworth",
author_email="ottajay@googlemail.com",
url="https://github.com/Holiverh/python-valve",
packages=setuptools.find_packages(),
install_requires=install_requires(),
extras_require={
Expand All @@ -55,14 +56,16 @@ def install_requires():
},
license="MIT License",
classifiers=[
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Games/Entertainment",
],
)

0 comments on commit 8eb8a6f

Please sign in to comment.