Skip to content

Commit

Permalink
Update to `v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Apr 27, 2023
1 parent 9f886fe commit 760a416
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


LONG_DESCRIPTION_SRC = 'README.rst'
LONG_DESCRIPTION_SRC = 'README_PyPi.rst'


def read(file):
Expand All @@ -28,20 +28,19 @@ def get_pypi_desc(rst_file=LONG_DESCRIPTION_SRC):
setup(
name='insta-tweet',
packages=['InstaTweet'],
version='2.1.1',
version='2.1.3',
license='MIT',
description='Automatically Repost Content From Instagram to Twitter',
long_description=get_pypi_desc(LONG_DESCRIPTION_SRC),
long_description_content_type="text/x-rst; charset=UTF-8",
author='Adam Korn',
author_email='[email protected]',
url='https://www.github.com/TDKorn/insta-tweet/',
download_url="https://github.com/TDKorn/insta-tweet/tarball/2.0.0/",
keywords=['instagram', 'twitter', 'repost', 'reposter', 'instascrape', 'instagram-repost'],
download_url=f"https://github.com/TDKorn/insta-tweet/tarball/master/",
keywords=['instagram', 'twitter', 'api', 'instagram api', 'twitter api', 'repost', 'instagram repost', 'reposter'],
install_requires=[
"requests",
"tweepy",
"psycopg2",
"sqlalchemy",
],
)

0 comments on commit 760a416

Please sign in to comment.