Skip to content

Commit

Permalink
fix bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Mar 13, 2019
1 parent 0fa6a89 commit e4d4bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def f(k, acc):
# http://stackoverflow.com/questions/2058802/how-can-i-get-the-version-defined-in-setup-py-setuptools-in-my-package
#
import ast
init_py_path = os.path.join(libname, '__init__.py')
init_py_path = os.path.join('dialects', '__init__.py')
version = '0.0.unknown'
try:
with open(init_py_path) as f:
Expand Down

0 comments on commit e4d4bf7

Please sign in to comment.