Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 97674f9

Browse files
author
Hugo Mercier
committed
Fix setup.py to include both win and unix scripts
1 parent ad992a2 commit 97674f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pglite',
8-
version='1.0.9',
8+
version='1.0.10',
99
description="PostgreSQLite",
1010
long_description="PostgreSQLite - a simple postgresql cluster",
1111
classifiers=[
@@ -30,7 +30,7 @@
3030
extras_require={
3131
"develop": ()
3232
},
33-
scripts=['script/pglite.bat'] if sys.platform.startswith('win') else ['script/pglite']
33+
scripts=['script/pglite.bat', 'script/pglite']
3434

3535
# entry_points=dict(console_scripts=[
3636
# 'pglite=pglite.pglite:main',

0 commit comments

Comments
 (0)