Skip to content

Commit aaf9c27

Browse files
committed
Update some package metadata for 0.2.1
1 parent 5144a7d commit aaf9c27

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ def install_requires():
3030
setuptools.setup(
3131
name="python-valve",
3232
version="0.2.0",
33-
description=("Python implemntation RCON, A2S, VDF, the Steam Web "
34-
"API and various other Valve products and services."),
33+
description=("Python implementation for Source servers, RCON, A2S, "
34+
"VDF, the Steam Web API and various other Valve products "
35+
"and services."),
3536
long_description=readme(),
3637
author="Oliver Ainsworth",
3738
author_email="ottajay@googlemail.com",
38-
url="https://github.com/Holiverh/python-valve",
39+
url="https://github.com/serverstf/python-valve",
3940
packages=setuptools.find_packages(exclude=["tests"]),
4041
install_requires=install_requires(),
4142
extras_require={

0 commit comments

Comments
 (0)