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
@@ -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',