Skip to content

Commit 6cac2f1

Browse files
authored
Forgot Commas
1 parent 887ab14 commit 6cac2f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(*names, **kwargs):
2525

2626
setup(
2727
name='PyStateMachines',
28-
version='0.0.5',
28+
version='0.0.6',
2929
license='GNU GENERAL PUBLIC LICENSE',
3030
description='PyStateMachines Package',
3131
long_description='%s\n%s' % (
@@ -35,7 +35,7 @@ def read(*names, **kwargs):
3535
).sub('', read('README.md')),
3636
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.md'))
3737
),
38-
long_description_content_type='text/markdown'
38+
long_description_content_type='text/markdown',
3939
author='ZigRazor',
4040
author_email='[email protected]',
4141
url='https://github.com/ZigRazor/PyStateMachine',
@@ -78,7 +78,7 @@ def read(*names, **kwargs):
7878
'state',
7979
'finite-state machine',
8080
'automaton',
81-
'state-machine'
81+
'state-machine',
8282
],
8383
python_requires='>=3',
8484
install_requires=[

0 commit comments

Comments
 (0)