greedo / python-xbrl

xbrl parser written in Python :bulb:
https://pypi.python.org/pypi/python-xbrl
Apache License 2.0
220 stars 76 forks source link

Module rather than a script #12

Closed fnielsen closed 10 years ago

fnielsen commented 10 years ago

Why is the module installed as a script and not as a module? Instead of

scripts=['python-xbrl/xbrl.py'],

in the setup.py I would have 'py_modules' argument set to the module name. At the moment the module gets installed in /usr/local/bin/ on my computer.

greedo commented 10 years ago

@fnielsen I believe this should be fixed now with e5ed0749cb615f879138d0a5f037f849ca4f1609