Skip to content

Commit

Permalink
Merge pull request #16 from jzuhone/scm
Browse files Browse the repository at this point in the history
Code changes necessary for SCM versioning
  • Loading branch information
jzuhone authored Jan 22, 2020
2 parents ce9a1ba + 5a4e251 commit e0e08a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref-names: $Format:%D$
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git_archival.txt export-subst
4 changes: 3 additions & 1 deletion psmc_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__version__ = "1.2.0"
import ska_helpers

__version__ = ska_helpers.get_version(__package__)

from .psmc_check import \
calc_model
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

setup(name='psmc_check',
packages=["psmc_check"],
version=__version__,
use_scm_version=True,
setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
description='ACIS Thermal Model for 1PDEAAT',
author='John ZuHone',
author_email='[email protected]',
Expand Down

0 comments on commit e0e08a2

Please sign in to comment.