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 6a752a7 commit 286d0e6Copy full SHA for 286d0e6
setup.py
@@ -1,5 +1,5 @@
1
from setuptools import setup
2
3
setup(
4
- scripts=['bin/*']
+ scripts=['bin/xlsx2pandas'],
5
)
0 commit comments