Skip to content

Commit

Permalink
Add long_description (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored May 28, 2024
1 parent b2088b9 commit 67597de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from pathlib import Path

from setuptools import setup, find_packages

setup(
Expand All @@ -10,4 +12,6 @@
packages=find_packages(include=["hacs_frontend", "hacs_frontend.*"]),
include_package_data=True,
zip_safe=False,
long_description=Path("README.md").read_text(),
long_description_content_type="text/markdown",
)

0 comments on commit 67597de

Please sign in to comment.