1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-19 04:52:21 +00:00

Added console script

This commit is contained in:
J. Fernando Sánchez
2015-10-08 18:20:16 +02:00
parent 50e8e2730b
commit 74b0cf868e
2 changed files with 10 additions and 3 deletions

View File

@@ -36,4 +36,9 @@ extendable, so new algorithms and sources can be used.
tests_require=test_reqs,
test_suite="nose.collector",
include_package_data=True,
entry_points={
'console_scripts': [
'senpy = senpy.__main__:main'
]
}
)