Skip to content

Commit e6a0a59

Browse files
author
Erik Nielsen
committed
Merge branch 'hotfix-0.9.4.1' (fixes pypi install bug)
2 parents 5042e0c + b8d5d2c commit e6a0a59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/pygsti/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# in the file "license.txt" in the top-level pyGSTi directory
55
#*****************************************************************
66
""" PyGSTi version number """
7-
__version__ = "0.9.4"
7+
__version__ = "0.9.4.1"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
author_email='[email protected]',
6262
packages=['pygsti', 'pygsti.algorithms', 'pygsti.construction', 'pygsti.drivers', 'pygsti.io', 'pygsti.objects', 'pygsti.optimize', 'pygsti.report', 'pygsti.tools'],
6363
package_dir={'': 'packages'},
64-
package_data={'pygsti.report': ['templates/*.tex', 'templates/*.html', 'templates/*.json',
64+
package_data={'pygsti.tools': ['fastcalc.pyx'],
65+
'pygsti.report': ['templates/*.tex', 'templates/*.html', 'templates/*.json',
6566
'templates/report_notebook/*.txt',
6667
'templates/standard_html_report/*.html',
6768
'templates/offline/README.txt',

0 commit comments

Comments
 (0)