We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6218d commit f6ac7a7Copy full SHA for f6ac7a7
setup.py
@@ -1,13 +1,10 @@
1
from setuptools import find_packages, setup
2
-import markdown2
3
4
5
# Read the contents of the README.md file
6
with open("README.md", "r", encoding="utf-8") as readme_file:
7
long_description = readme_file.read()
8
9
-# Convert Markdown to HTML
10
-long_description = markdown2.markdown(long_description)
11
12
setup(
13
name='python-pulse',
0 commit comments