Migration from setuptools_scm to tbump
diff --git a/setup.cfg b/setup.cfg
index 963101b..056e2a6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[metadata]
name = pylint
+version = attr: pylint.__pkginfo__.__version__
description = python code static checker
long_description = file: README.rst
long_description_content_type = text/x-rst
@@ -45,8 +46,6 @@
mccabe>=0.6,<0.7
toml>=0.7.1
colorama;sys_platform=="win32"
-setup_requires =
- setuptools_scm
python_requires = ~=3.6
[options.packages.find]