Skip to content

Commit 2405329

Browse files
committed
Fix typo in setup.py
1 parent 2ae749b commit 2405329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def readme():
1919
description='Run tests in transactions using pytest, Flask, and SQLalchemy.',
2020
long_description=readme(),
2121
license='MIT',
22-
version='0.0.1'
22+
version='0.0.1',
2323
packages=['transactions'],
2424
install_requires=['pytest>=3.2.1',
2525
'pytest-mock>=1.6.2',

0 commit comments

Comments
 (0)