Skip to content

Commit d844b40

Browse files
committed
Release 0.6.6
1 parent 785def1 commit d844b40

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@
1212

1313
description = 'A plugin for nose2 implementing behavior-driven testing.'
1414

15+
with open("README.rst", "r") as readme:
16+
long_description = readme.read()
17+
18+
1519
setup(name='planterbox',
16-
version='0.6.5',
20+
version='0.6.6',
1721
description=description,
22+
long_description=long_description,
1823
license='MIT',
1924
classifiers=[
2025
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)