diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-25 10:08:58 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-26 17:38:28 +0200 |
commit | 76a232e0cd3abb0f2d395cd2fe035046daef80fb (patch) | |
tree | 205a340f6c047340ee156abbd56f496aef8f3b61 /setup.py | |
parent | a4fac223dfeb36952088ed361e27ee57c2ae45b8 (diff) | |
download | pylint-git-76a232e0cd3abb0f2d395cd2fe035046daef80fb.tar.gz |
Add scm_setuptools for packaging
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ from setuptools import setup -setup() +setup(use_scm_version=True) |