Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed Jun 25, 2024
1 parent 1e71238 commit 79c75ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
long_description=Path.open(Path("README.md"), encoding="utf-8").read(),
long_description_content_type="text/markdown",
url="https://github.com/yym68686/md2tgmd",
project_urls={
'Home-page': 'https://github.com/yym68686/md2tgmd',
},
packages=find_packages("src"),
package_dir={"": "src"},
py_modules=["md2tgmd"]
Expand Down

0 comments on commit 79c75ee

Please sign in to comment.