Skip to content

Commit 2a95906

Browse files
committed
fix typo in setup.py, referring to sqlwhat...
1 parent 220bab1 commit 2a95906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
_version_re = re.compile(r'__version__\s+=\s+(.*)')
88

9-
with open('sqlwhat/__init__.py', 'rb') as f:
9+
with open('pythonwhat/__init__.py', 'rb') as f:
1010
version = str(ast.literal_eval(_version_re.search(
1111
f.read().decode('utf-8')).group(1)))
1212

0 commit comments

Comments
 (0)