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( |
setup( |
||||
name='rcon', |
name='rcon', |
||||
version_format='{tag}', |
use_scm_version=True, |
||||
setup_requires=['setuptools-git-version'], |
setup_requires=['setuptools_scm'], |
||||
author='Richard Neumann', |
author='Richard Neumann', |
||||
author_email='[email protected]', |
author_email='[email protected]', |
||||
python_requires='>=3.8', |
python_requires='>=3.8', |
||||
|
Loading…
Reference in new issue