We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224f48b commit c02ed3eCopy full SHA for c02ed3e
MANIFEST.in
@@ -0,0 +1,3 @@
1
+include LICENSE
2
+include README
3
+include README.rst
README
@@ -0,0 +1 @@
+./README.rst
setup.py
@@ -6,7 +6,7 @@
6
LONG_DESCRIPTION = open("README.rst").read()
7
8
setup(name='tabulate',
9
- version='0.4.1',
+ version='0.4.2',
10
description='Pretty-print tabular data',
11
long_description=LONG_DESCRIPTION,
12
author='Sergey Astanin',
0 commit comments