File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def read(*names, **kwargs):
2525
2626setup (
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' ,
40404141 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 = [
You can’t perform that action at this time.
0 commit comments