Skip to content

Commit 286d0e6

Browse files
committed
fixed binary script path
1 parent 6a752a7 commit 286d0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup
22

33
setup(
4-
scripts=['bin/*']
4+
scripts=['bin/xlsx2pandas'],
55
)

0 commit comments

Comments
 (0)