Skip to content

Commit f6ac7a7

Browse files
committed
desc
1 parent 3a6218d commit f6ac7a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
from setuptools import find_packages, setup
2-
import markdown2
32

43

54
# Read the contents of the README.md file
65
with open("README.md", "r", encoding="utf-8") as readme_file:
76
long_description = readme_file.read()
87

9-
# Convert Markdown to HTML
10-
long_description = markdown2.markdown(long_description)
118

129
setup(
1310
name='python-pulse',

0 commit comments

Comments
 (0)