setup.py: remove entry point declaration

This commit is contained in:
Serghei Mihai 2015-06-22 17:09:21 +02:00
parent d187944b4c
commit 0075b0ce13
1 changed files with 0 additions and 3 deletions

View File

@ -98,9 +98,6 @@ setup(
'requests'
],
zip_safe=False,
entry_points={
'passerelle.plugin': ['passerelle_montpellier_sig = passerelle_montpellier_sig:Plugin'],
},
cmdclass={
'build': build,
'compile_translations': compile_translations,