Commit 8af2e7a5c74b759cab7b4fa257692c1844d83cfd

Authored by Leonardo J. Caballero G
1 parent f98ab330

Added more categorizations about setup.py

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -5,9 +5,11 @@ from setupext import Data_Files, install_Data_Files @@ -5,9 +5,11 @@ from setupext import Data_Files, install_Data_Files
5 5
6 setup(name='colab', 6 setup(name='colab',
7 version='3.0', 7 version='3.0',
  8 + description = 'Colab, a Software for Communities',
8 author='Sergio Oliveira', 9 author='Sergio Oliveira',
9 author_email='seocam@seocam.com', 10 author_email='seocam@seocam.com',
10 url='https://bitbucket.org/seocam/atu-colab', 11 url='https://bitbucket.org/seocam/atu-colab',
  12 + license = "GPL 2",
11 packages=find_packages(), 13 packages=find_packages(),
12 package_data={'colab': ['templates/*.html', 14 package_data={'colab': ['templates/*.html',
13 'super_archives/templates/*.html', 15 'super_archives/templates/*.html',