@@ -18,18 +18,18 @@ def read_file(filename):
18
18
19
19
setup (
20
20
name = "django-tinymce" ,
21
- version = '2.5.0.dev0 ' ,
21
+ version = '2.5.0' ,
22
22
packages = find_packages (),
23
23
include_package_data = True ,
24
24
author = "Aljosa Mohorovic" ,
25
25
26
26
description = ("A Django application that contains a widget to render a "
27
27
"form field as a TinyMCE editor." ),
28
- long_description = README + "\n \n " + CHANGELOG ,
29
- license = "MIT License" ,
30
- keywords = "django widget tinymce" ,
28
+ long_description = README + "\n \n " + CHANGELOG ,
29
+ license = "MIT License" ,
30
+ keywords = "django widget tinymce" ,
31
31
zip_safe = False ,
32
- classifiers = [
32
+ classifiers = [
33
33
'Development Status :: 5 - Production/Stable' ,
34
34
'Environment :: Web Environment' ,
35
35
'Framework :: Django' ,
@@ -45,7 +45,7 @@ def read_file(filename):
45
45
'Topic :: Software Development :: Libraries :: Application Frameworks' ,
46
46
'Topic :: Software Development :: Libraries :: Python Modules' ,
47
47
],
48
- platforms = ['any' ],
49
- url = "https://github.com/aljosa/django-tinymce" ,
48
+ platforms = ['any' ],
49
+ url = "https://github.com/aljosa/django-tinymce" ,
50
50
test_suite = 'runtests.runtests' ,
51
51
)
0 commit comments