Skip to content

Commit 82233d7

Browse files
committed
Add more info to setup.py.
1 parent 26df3a5 commit 82233d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
'third-party/libregexp.c', 'third-party/libunicode.c'
99
])
1010

11-
setup(name='quickjs',
11+
setup(author="Petter Strandmark",
12+
author_email="[email protected]",
13+
name='quickjs',
14+
url='https://github.com/PetterS/quikcjs',
1215
version='1.0.2',
1316
description='Wrapping the quickjs C library.',
1417
packages=["quickjs"],

0 commit comments

Comments
 (0)