We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5144a7d commit aaf9c27Copy full SHA for aaf9c27
1 file changed
setup.py
@@ -30,12 +30,13 @@ def install_requires():
30
setuptools.setup(
31
name="python-valve",
32
version="0.2.0",
33
- description=("Python implemntation RCON, A2S, VDF, the Steam Web "
34
- "API and various other Valve products and services."),
+ description=("Python implementation for Source servers, RCON, A2S, "
+ "VDF, the Steam Web API and various other Valve products "
35
+ "and services."),
36
long_description=readme(),
37
author="Oliver Ainsworth",
38
author_email="ottajay@googlemail.com",
- url="https://github.com/Holiverh/python-valve",
39
+ url="https://github.com/serverstf/python-valve",
40
packages=setuptools.find_packages(exclude=["tests"]),
41
install_requires=install_requires(),
42
extras_require={
0 commit comments