There was an error while loading. Please reload this page.
1 parent 0b364dc commit a1c4367Copy full SHA for a1c4367
setup.py
@@ -8,11 +8,16 @@
8
'third-party/libregexp.c', 'third-party/libunicode.c'
9
])
10
11
+long_description = """
12
+Thin Python wrapper around https://bellard.org/quickjs/ .
13
+"""
14
+
15
setup(author="Petter Strandmark",
16
author_email="petter.strandmark@gmail.com",
17
name='quickjs',
- url='https://github.com/PetterS/quikcjs',
- version='1.0.3',
18
+ url='https://github.com/PetterS/quickjs',
19
+ version='1.0.4',
20
description='Wrapping the quickjs C library.',
21
+ long_description=long_description,
22
packages=["quickjs"],
23
ext_modules=[_quickjs])
0 commit comments