mirror of https://github.com/conqp/rcon
1 changed files with 2 additions and 2 deletions
@ -5,8 +5,8 @@ from setuptools import setup |
|||
|
|||
setup( |
|||
name='rcon', |
|||
version_format='{tag}', |
|||
setup_requires=['setuptools-git-version'], |
|||
use_scm_version=True, |
|||
setup_requires=['setuptools_scm'], |
|||
author='Richard Neumann', |
|||
author_email='[email protected]', |
|||
python_requires='>=3.8', |
|||
|
Loading…
Reference in new issue