We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887ab14 commit 6cac2f1Copy full SHA for 6cac2f1
setup.py
@@ -25,7 +25,7 @@ def read(*names, **kwargs):
25
26
setup(
27
name='PyStateMachines',
28
- version='0.0.5',
+ version='0.0.6',
29
license='GNU GENERAL PUBLIC LICENSE',
30
description='PyStateMachines Package',
31
long_description='%s\n%s' % (
@@ -35,7 +35,7 @@ def read(*names, **kwargs):
35
).sub('', read('README.md')),
36
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.md'))
37
),
38
- long_description_content_type='text/markdown'
+ long_description_content_type='text/markdown',
39
author='ZigRazor',
40
author_email='[email protected]',
41
url='https://github.com/ZigRazor/PyStateMachine',
@@ -78,7 +78,7 @@ def read(*names, **kwargs):
78
'state',
79
'finite-state machine',
80
'automaton',
81
- 'state-machine'
+ 'state-machine',
82
],
83
python_requires='>=3',
84
install_requires=[
0 commit comments