Skip to content

Commit 135d411

Browse files
committed
Add LICENSE and README.md to MANIFEST.in
1 parent 3be2b2f commit 135d411

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md LICENSE

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='Flask-Table',
55
packages=['flask_table'],
6-
version='0.1.5',
6+
version='0.1.6',
77
author='Andrew Plummer',
88
author_email='[email protected]',
99
url='https://github.com/plumdog/flask_table',

0 commit comments

Comments
 (0)