Skip to content

Commit

Permalink
FIX: Fix lack of scm in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Aug 17, 2023
1 parent a2eb4db commit 412b2e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
'Tracker': 'https://github.com/openradar/cmweather/issues',
},
zip_safe=False,
use_scm_version={
'version_scheme': 'post-release',
'local_scheme': 'dirty-tag',
},
)

0 comments on commit 412b2e3

Please sign in to comment.