Skip to content

Commit

Permalink
Set use_scm_version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Slavich committed Aug 26, 2021
1 parent 583a956 commit de10fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.4 (2021-08-26)
==================

- Workaround for setuptools_scm issues with recent versions of pip. [#83]

0.2.3 (2021-06-15)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
from setuptools import setup

setup()
setup(use_scm_version={"write_to": "src/stdatamodels/_version.py"})

0 comments on commit de10fe4

Please sign in to comment.