Commit f1a3b1931fad7f2c390eac79e5af684997dce051

Authored by leonardocaballero
1 parent bc95bfb5

Added more categorizations about setup.py

git-svn-id: http://repositorio.interlegis.gov.br/colab/trunk@6711 bee1b3ed-c3eb-0310-9994-b88e04532788
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',
... ...