Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit ae6f72d

Browse files
committed
chore(build): fix syntax
1 parent 3f9e8f0 commit ae6f72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='livingdocs',
27-
version='0.2.0',
27+
version='0.1.3',
2828
license='BSD',
2929
description='Create living documentation from BDD specs',
3030
long_description='%s\n%s' % (
@@ -34,7 +34,7 @@ def read(*names, **kwargs):
3434
),
3535
author='Discogs',
3636
maintainer_email='accraze@gmail.com',
37-
maintainer = 'Andy Craze'
37+
maintainer = 'Andy Craze',
3838
url='https://github.com/discogs/python-livingdocs',
3939
packages=find_packages('src'),
4040
package_dir={'': 'src'},

0 commit comments

Comments
 (0)