move decorators into separate module

This commit is contained in:
Laszlo Nagy
2014-08-07 15:28:36 +02:00
parent 81ecf3cd73
commit 9320af35e2
4 changed files with 100 additions and 85 deletions

View File

@@ -17,7 +17,7 @@ setup(
packages=find_packages(),
entry_points={
'console_scripts': [
'beye = analyzer.beye:run'
'beye = analyzer.beye:main'
]
},
classifiers=[