Skip to content

Commit

Permalink
fixed installation from github archive through setuptools_scm_git_arc…
Browse files Browse the repository at this point in the history
…hive
  • Loading branch information
Maximilian Maahn committed May 13, 2022
1 parent 5482c2c commit dc4de8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'Topic :: Scientific/Engineering',
],
install_requires=['numpy', 'matplotlib', 'pandas', 'scipy', 'importlib-metadata'],
setup_requires=['setuptools_scm'],
setup_requires=['setuptools_scm','setuptools_scm_git_archive'],
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/maahn/pyOptimalEstimation',
Expand Down

0 comments on commit dc4de8f

Please sign in to comment.