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
setup.py
... ... @@ -5,9 +5,11 @@ from setupext import Data_Files, install_Data_Files
5 5  
6 6 setup(name='colab',
7 7 version='3.0',
  8 + description = 'Colab, a Software for Communities',
8 9 author='Sergio Oliveira',
9 10 author_email='seocam@seocam.com',
10 11 url='https://bitbucket.org/seocam/atu-colab',
  12 + license = "GPL 2",
11 13 packages=find_packages(),
12 14 package_data={'colab': ['templates/*.html',
13 15 'super_archives/templates/*.html',
... ...