Skip to content

Commit

Permalink
Add use_scm_version directive to setup.py
Browse files Browse the repository at this point in the history
As per documentation we are required to specify 'use_scm_version=True'
as an argument to setup.py (2020-01-21).

See https://pypi.org/project/setuptools-scm/3.4.2/ reference.
  • Loading branch information
seppeljordan committed Jan 21, 2020
1 parent 37113cc commit febadca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import setuptools

if __name__ == "__main__":
setuptools.setup()
setuptools.setup(use_scm_version=True)

0 comments on commit febadca

Please sign in to comment.