Skip to content

Commit

Permalink
Update long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Jul 5, 2022
1 parent 1c2cac8 commit 9bb7cc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def find_version(*file_paths):
return version_match.group(1)
raise RuntimeError("Unable to find version string.")

with open("Readme.md", encoding="utf-8") as f:
readme = f.read()

dev_requires = [
"mock",
"pytest",
Expand All @@ -41,6 +44,8 @@ def find_version(*file_paths):
setup(name='dsspy',
version=find_version("PyDSS", "__init__.py"),
description='A high-level python interface for OpenDSS',
long_description=readme,
long_description_content_type='text/markdown',
author='Aadil Latif',
author_email='[email protected]',
url='http://www.github.com/nrel/pydss',
Expand Down

0 comments on commit 9bb7cc3

Please sign in to comment.