Commit e8a2c6ce38ae52cd255b16338e6a3afa228279ea
Committed by
Luciano Prestes
1 parent
4fb22996
Exists in
master
and in
20 other branches
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 = ['colab', 'colab_noosfero', 'colab_gitlab'] |
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', | ... | ... |