Skip to content

Commit a1c4367

Browse files
committed
Add long description.
1 parent 0b364dc commit a1c4367

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@
88
'third-party/libregexp.c', 'third-party/libunicode.c'
99
])
1010

11+
long_description = """
12+
Thin Python wrapper around https://bellard.org/quickjs/ .
13+
"""
14+
1115
setup(author="Petter Strandmark",
1216
author_email="petter.strandmark@gmail.com",
1317
name='quickjs',
14-
url='https://github.com/PetterS/quikcjs',
15-
version='1.0.3',
18+
url='https://github.com/PetterS/quickjs',
19+
version='1.0.4',
1620
description='Wrapping the quickjs C library.',
21+
long_description=long_description,
1722
packages=["quickjs"],
1823
ext_modules=[_quickjs])

0 commit comments

Comments
 (0)