Skip to content

Commit

Permalink
Fix setup.py for repo reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Mar 3, 2021
1 parent 2c76b83 commit 98a5612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name="reddit_edgecontext",
description="reddit edge request context baggage",
long_description=open("README.md").read(),
long_description=open("../../README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/reddit/edgecontext",
project_urls={
Expand Down

0 comments on commit 98a5612

Please sign in to comment.