diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-17 09:29:24 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-17 13:24:47 +0200 |
commit | d460da6e57f9dde577c08120cb65fc273996ee08 (patch) | |
tree | 3e47e432a42ece79bb0c97c6e25c93c787c24d29 /setup.cfg | |
parent | 54a31ee30b6847175b2119f235ef191c95c2a504 (diff) | |
download | pylint-git-d460da6e57f9dde577c08120cb65fc273996ee08.tar.gz |
Migration from setuptools_scm to tbump
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 @@ install_requires = mccabe>=0.6,<0.7 toml>=0.7.1 colorama;sys_platform=="win32" -setup_requires = - setuptools_scm python_requires = ~=3.6 [options.packages.find] |