Skip to content

Commit

Permalink
call setup with use_scm_version=True
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Nov 26, 2018
1 parent 1e4eac2 commit c0b7666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ keywords =
python_requires = >=3.6
packages = ansible_bender
include_package_data = True
use_scm_version = True

setup_requires =
setuptools_scm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

import setuptools

setuptools.setup()
setuptools.setup(use_scm_version=True)

0 comments on commit c0b7666

Please sign in to comment.