Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed May 8, 2024
1 parent f1f1bf0 commit 3f9f6d1
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
Expand Up @@ -4,11 +4,11 @@

setup(
name="md2tgmd",
version="0.1.8",
version="0.1.9",
description="md2tgmd is a Markdown to Telegram-specific-markdown converter.",
long_description=Path.open(Path("README.md"), encoding="utf-8").read(),
long_description_content_type="text/markdown",
packages=find_packages("src"),
package_dir={"": "."},
package_dir={"": "src"},
py_modules=["md2tgmd"]
)

0 comments on commit 3f9f6d1

Please sign in to comment.