Skip to content

Commit

Permalink
fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Nov 20, 2022
1 parent 085ae8d commit 276f03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.0.5"
__version__ = "0.0.6"

def long_description():
with open("README.md") as f:
Expand All @@ -13,7 +13,7 @@ def long_description():
author_email="[email protected]",
license="MIT",
py_modules=["twitter_archive_unshorten"],
url="https://github.com/docnow/twitter_archive_unshorten",
url="https://github.com/docnow/twitter-archive-unshorten",
description="Unshorten the URLs in your Twitter archive",
long_description=long_description(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 276f03d

Please sign in to comment.