Commit e8a2c6ce38ae52cd255b16338e6a3afa228279ea

Authored by Sergio Oliveira
Committed by Luciano Prestes
1 parent 4fb22996

renamed plugin in setup.py

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Sergio Oliveira <seocam@seocam.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab-spb-plugin/setup.py
... ... @@ -12,7 +12,7 @@ install_requires = [&#39;colab&#39;, &#39;colab_noosfero&#39;, &#39;colab_gitlab&#39;]
12 12 tests_require = [ ]
13 13  
14 14 setup(
15   - name='colab-spb',
  15 + name='colab-spb-plugin',
16 16 version='0.2',
17 17 author='Macartur Sousa',
18 18 author_email='macartur.sc@gmail.com',
... ...