Skip to content

Commit 9bb7cc3

Browse files
author
Daniel Thom
committed
Update long_description
1 parent 1c2cac8 commit 9bb7cc3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ def find_version(*file_paths):
2929
return version_match.group(1)
3030
raise RuntimeError("Unable to find version string.")
3131

32+
with open("Readme.md", encoding="utf-8") as f:
33+
readme = f.read()
34+
3235
dev_requires = [
3336
"mock",
3437
"pytest",
@@ -41,6 +44,8 @@ def find_version(*file_paths):
4144
setup(name='dsspy',
4245
version=find_version("PyDSS", "__init__.py"),
4346
description='A high-level python interface for OpenDSS',
47+
long_description=readme,
48+
long_description_content_type='text/markdown',
4449
author='Aadil Latif',
4550
author_email='Aadil.Latif@nrel.gov',
4651
url='http://www.github.com/nrel/pydss',

0 commit comments

Comments
 (0)