diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..2c6e426 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include requirements.txt +include requirements-dev.txt diff --git a/setup.py b/setup.py index 37ac5f7..4ea6962 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='kindle2notion', - version='0.1.0', + version='0.1.2', author='Jeffrey Jacob', author_email='jeffreysamjacob@gmail.com', description='Export all the clippings from your Kindle device to a database in Notion.',