Skip to content

Commit

Permalink
Add requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs committed Jul 20, 2020
1 parent 327717b commit 5458426
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
setuptools~=49.2.0
instapaper~=0.4
PyYAML~=5.3.1
feedly-client~=0.22
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup

setup(
name='Feedly2Instapaper',
version='0.1.1',
packages=[''],
url='https://github.com/Barabazs/Feedly2Instapaper',
license='GNU GPLv3',
author='Barabasz',
author_email='',
description='Feedly2Instapaper adds your "Saved for later" entries to Instapaper and removes those entries in Feedly.'
)

0 comments on commit 5458426

Please sign in to comment.