Skip to content

Commit

Permalink
Forgot Commas
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigRazor authored Oct 10, 2021
1 parent 887ab14 commit 6cac2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='PyStateMachines',
version='0.0.5',
version='0.0.6',
license='GNU GENERAL PUBLIC LICENSE',
description='PyStateMachines Package',
long_description='%s\n%s' % (
Expand All @@ -35,7 +35,7 @@ def read(*names, **kwargs):
).sub('', read('README.md')),
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.md'))
),
long_description_content_type='text/markdown'
long_description_content_type='text/markdown',
author='ZigRazor',
author_email='zigrazor@gmail.com',
url='https://github.com/ZigRazor/PyStateMachine',
Expand Down Expand Up @@ -78,7 +78,7 @@ def read(*names, **kwargs):
'state',
'finite-state machine',
'automaton',
'state-machine'
'state-machine',
],
python_requires='>=3',
install_requires=[
Expand Down

0 comments on commit 6cac2f1

Please # to comment.