diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-15 07:56:09 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-16 06:57:01 +0200 |
| commit | 5d228e24b76dbc67e6740661e36066366281051f (patch) | |
| tree | 507fa79c979b0ada5b69540b04bb4b10f6f452df /setup.py | |
| parent | 2658480cce8eff515074fa2e979487055a5d0a07 (diff) | |
| download | astroid-git-5d228e24b76dbc67e6740661e36066366281051f.tar.gz | |
Migration from setuptools_scm to tbump
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(use_scm_version=True) +setup() |
