Skip to content

Commit c5d7997

Browse files
committed
new pip release with markdown description
1 parent a53dc7f commit c5d7997

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
setup(
66
name='tstl',
7-
version='1.2.24',
7+
version='1.2.25',
88
description='Template scripting testing language (TSTL)',
9+
long_description_content_type="text/markdown",
910
long_description=open('README.md').read(),
1011
packages=['tstl',],
1112
include_package_data = True,

tstl/harnessmaker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def main():
441441
baseIndent = " "
442442

443443
if "-v" in sys.argv or "--version" in sys.argv:
444-
print("TSTL, version 1.2.24")
444+
print("TSTL, version 1.2.25")
445445
print("Documentation at https://github.com/agroce/tstl")
446446
sys.exit(0)
447447

0 commit comments

Comments
 (0)