File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 4
4
name = 'django-ckeditor' ,
5
5
version = '0.0.1' ,
6
6
description = 'Django admin CKEditor integration.' ,
7
+ long_description = open ('README.rst' , 'r' ).read (),
7
8
author = 'Shaun Sephton' ,
8
9
author_email = 'shaunsephton@gmail.com' ,
9
10
url = 'http://github.com/shaunsephton/django-ckeditor' ,
10
11
packages = find_packages (),
11
- dependency_links = [
12
- 'http://dist.plone.org/thirdparty/' ,
13
- ],
14
- install_requires = [
15
- 'PIL>=1.1.6' ,
16
- ],
12
+ dependency_links = ['http://dist.plone.org/thirdparty/' ,],
13
+ install_requires = ['PIL>=1.1.6' ,],
17
14
include_package_data = True ,
15
+ classifiers = [
16
+ "Programming Language :: Python" ,
17
+ "License :: OSI Approved :: BSD License" ,
18
+ "Development Status :: 4 - Beta" ,
19
+ "Operating System :: OS Independent" ,
20
+ "Framework :: Django"
21
+ "Intended Audience :: Developers" ,
22
+ "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
23
+ ],
18
24
)
You can’t perform that action at this time.
0 commit comments