Skip to content

Commit

Permalink
add long description from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frjcomp committed Mar 5, 2024
1 parent 0acf2d3 commit b94df66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
setup(
name="conkeyscan",
version="{{VERSION_PLACEHOLDER}}",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
py_modules=["conkeyscan"],
install_requires=[
"loguru",
Expand Down

0 comments on commit b94df66

Please sign in to comment.