Many changes to reorganize third party javascript

This commit is contained in:
2015-02-14 03:40:14 +01:00
parent c7a0ac5eb2
commit bf7fdc00bf
238 changed files with 5582 additions and 32774 deletions
+6 -5
View File
@@ -25,11 +25,12 @@ requires = [
'lxml',
'python-slugify',
'icalendar',
'python-magic'
'python-magic',
'Pillow'
]
setup(name='JM2L',
version='0.0',
version='0.1',
description='JM2L',
long_description=README + '\n\n' + CHANGES,
classifiers=[
@@ -38,9 +39,9 @@ setup(name='JM2L',
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
author='',
author_email='',
url='',
author='tr4ck3ur',
author_email='tr4ck3ur@style-python.fr',
url='http://www.style-python.fr',
keywords='web wsgi bfg pylons pyramid',
packages=find_packages(),
include_package_data=True,