Skip to content

Commit b040b8c

Browse files
authored
Merge pull request #24 from singularitti/master
Fix the bug of cannot run `qha` and `qha-convert`
2 parents e1b0943 + 68933f4 commit b040b8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='qha',
6-
version='1.0.4',
6+
version='1.0.6',
77
description='A powerful tool for quasi-harmonic approximation',
88
author='Tian Qin, Qi Zhang',
99
@@ -41,7 +41,7 @@
4141
],
4242
entry_points={
4343
'console_scripts': [
44-
'qha=scripts.qha:main',
45-
'qha-convert=scripts.qha_convert:main'
44+
'qha=qha.qha:main',
45+
'qha-convert=qha.qha_convert:main'
4646
],
4747
})

0 commit comments

Comments
 (0)