]> git.parisson.com Git - telemeta.git/commitdiff
fix classifiers 1.4.5
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Dec 2013 12:55:05 +0000 (13:55 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Dec 2013 12:55:05 +0000 (13:55 +0100)
setup.py

index f61b12550a33c9748228c21bf6cea4d00e79f107..60b112ec32ecfd4f3fa71e683598b074b0a26150 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,20 @@
 from setuptools import setup, find_packages
 import os
 
-CLASSIFIERS = ['Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Science/Research', 'Intended Audience :: Education', 'Programming Language :: Python', 'Programming Language :: JavaScript', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Multimedia :: Sound/Audio', 'Topic :: Multimedia :: Sound/Audio :: Analysis', 'Topic :: Multimedia :: Sound/Audio :: Players', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: System :: Archiving',  ]
+CLASSIFIERS = ['Environment :: Web Environment', 
+'Framework :: Django', 
+'Intended Audience :: Science/Research', 
+'Intended Audience :: Education', 
+'Programming Language :: Python', 
+'Programming Language :: JavaScript', 
+'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 
+'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 
+'Topic :: Multimedia :: Sound/Audio', 
+'Topic :: Multimedia :: Sound/Audio :: Analysis', 
+'Topic :: Multimedia :: Sound/Audio :: Players', 
+'Topic :: Scientific/Engineering :: Information Analysis', 
+'Topic :: System :: Archiving',  ]
+
 
 setup(
   name = "Telemeta",