Skip to content

Commit

Permalink
SWI-4242 (#182)
Browse files Browse the repository at this point in the history
* SWI-4242 Fix env var

* SWI-4242
  • Loading branch information
ajrice6713 authored Jan 9, 2024
1 parent b19f2a4 commit 8aa1813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion custom_templates/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ setup(
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
long_description=long_description
long_description=long_description,
long_description_content_type='text/markdown'
)
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
long_description=long_description
long_description=long_description,
long_description_content_type='text/markdown'
)

0 comments on commit 8aa1813

Please sign in to comment.