Skip to content

Commit

Permalink
Markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Orlovs committed Jan 31, 2018
1 parent fdf3a01 commit 0833ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/VRGhost/sqlalchemy-fsm.svg?branch=master)](https://travis-ci.org/VRGhost/sqlalchemy-fsm)
[![Coverage Status](https://coveralls.io/repos/github/VRGhost/sqlalchemy-fsm/badge.svg?branch=master)](https://coveralls.io/github/VRGhost/sqlalchemy-fsm?branch=master)

Finite state machine field for sqlalchemy (based on django-fsm)
Finite state machine field for sqlalchemy
==============================================================

sqlalchemy-fsm adds declarative states management for sqlalchemy models.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def get_readme():
py_modules=['sqlalchemy_fsm'],
description='Finite state machine field for sqlalchemy',
long_description=get_readme(),
author='Peter & Ilja',
author='Ilja & Peter',
author_email='ilja@wise.fish',
license='MIT',
classifiers=[
Expand Down

0 comments on commit 0833ba4

Please sign in to comment.