# HG changeset patch # User ymh # Date 1354625010 -3600 # Node ID 09d29a596d4959bfa4dcc4918c189ae251bcfec4 # Parent 0f5c867b917d75ace2d185003d28a89ef2824ba7 remove unnecessary file + small update on setup diff -r 0f5c867b917d -r 09d29a596d49 .DS_Store Binary file .DS_Store has changed diff -r 0f5c867b917d -r 09d29a596d49 src/ldt/setup.py --- a/src/ldt/setup.py Tue Dec 04 13:41:14 2012 +0100 +++ b/src/ldt/setup.py Tue Dec 04 13:43:30 2012 +0100 @@ -102,10 +102,10 @@ cmdclass = cmdclasses, scripts=[], url='http://www.iri.centrepompidou.fr/dev/hg/platform', - license='LICENSE.txt', + license='LICENSE', description='Platform ldt', long_description=open('README').read(), - classifiers=['Development Status :: 5 - Production/Stable', + classifiers=['Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',