We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26df3a5 commit 82233d7Copy full SHA for 82233d7
setup.py
@@ -8,7 +8,10 @@
8
'third-party/libregexp.c', 'third-party/libunicode.c'
9
])
10
11
-setup(name='quickjs',
+setup(author="Petter Strandmark",
12
+ author_email="[email protected]",
13
+ name='quickjs',
14
+ url='https://github.com/PetterS/quikcjs',
15
version='1.0.2',
16
description='Wrapping the quickjs C library.',
17
packages=["quickjs"],
0 commit comments