Skip to content

Commit 90dec67

Browse files
authored
Merge pull request #24 from Caffeinside/master
Add MANIFEST.in to include requirements files in package
2 parents 17513c7 + 803dc52 commit 90dec67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include requirements.txt
2+
include requirements-dev.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='kindle2notion',
14-
version='0.1.0',
14+
version='0.1.2',
1515
author='Jeffrey Jacob',
1616
author_email='jeffreysamjacob@gmail.com',
1717
description='Export all the clippings from your Kindle device to a database in Notion.',

0 commit comments

Comments
 (0)