|
@ -7,7 +7,7 @@ with open("README.md", "r") as readme: |
|
|
|
|
|
|
|
|
setuptools.setup( |
|
|
setuptools.setup( |
|
|
name="python-a2s", |
|
|
name="python-a2s", |
|
|
version="1.3.0", |
|
|
version="1.4.0", |
|
|
author="Gabriel Huber", |
|
|
author="Gabriel Huber", |
|
|
author_email="mail@gabrielhuber.at", |
|
|
author_email="mail@gabrielhuber.at", |
|
|
description="Query Source and GoldSource servers for name, map, players and more.", |
|
|
description="Query Source and GoldSource servers for name, map, players and more.", |
|
@ -23,5 +23,5 @@ setuptools.setup( |
|
|
"Operating System :: OS Independent", |
|
|
"Operating System :: OS Independent", |
|
|
"Topic :: Games/Entertainment" |
|
|
"Topic :: Games/Entertainment" |
|
|
], |
|
|
], |
|
|
python_requires=">=3.7" |
|
|
python_requires=">=3.9" |
|
|
) |
|
|
) |
|
|