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 1085ab5 commit b8bdfd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.1 (2021-08-26)
==================

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

0.2.0 (2021-04-22)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install_requires =
asdf>=2.7.1
crds>=7.4.1.3
astropy>=4.0
stdatamodels>=0.1.0
stdatamodels>=0.2.4
package_dir =
=src
packages = find:
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/stpipe/_version.py"})

0 comments on commit b8bdfd1

Please sign in to comment.