Skip to content

Commit 6517610

Browse files
committed
update a typo in setup.py template
1 parent 81e39b3 commit 6517610

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

.moban.d/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'Django'
77
{%endblock%}
88

9-
{%block additional_classifers%}
9+
{%block additional_classifiers%}
1010
'Development Status :: 3 - Alpha',
1111
'Environment :: Web Environment',
1212
'Topic :: Internet :: WWW/HTTP',

moban.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ overrides: "pyexcel.yaml"
22
name: "django-excel"
33
version: 0.0.3
44
webframework: Django
5-
keywords:
6-
- 'Flask'
7-
- 'Excel'
8-
- 'pyexcel'
9-
- 'xls'
10-
- 'xlsx'
11-
- 'ods'
12-
- 'csv'
135
dependencies:
146
- pyexcel>=0.2.0
157
- pyexcel-webio>=0.0.5
@@ -21,15 +13,5 @@ extra_dependencies:
2113
- pyexcel-xlsx>=0.1.0
2214
- ods:
2315
- pyexcel-ods3>=0.1.0
24-
additional_classifiers:
25-
- 'Programming Language :: Python :: 2'
26-
- 'Programming Language :: Python :: 2.6'
27-
- 'Programming Language :: Python :: 2.7'
28-
- 'Programming Language :: Python :: 3'
29-
- 'Programming Language :: Python :: 3.3'
30-
- 'Programming Language :: Python :: 3.4'
31-
- 'Environment :: Web Environment'
32-
- 'Topic :: Internet :: WWW/HTTP'
33-
- 'Topic :: Software Development :: Libraries :: Python Modules'
3416
description: |
3517
A django middleware that provides one application programming interface to read and write data in different excel file formats

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,18 @@
5050
'Programming Language :: Python',
5151
'License :: OSI Approved :: BSD License',
5252
'Intended Audience :: Developers',
53+
'Development Status :: 3 - Alpha',
54+
'Environment :: Web Environment',
55+
'Topic :: Internet :: WWW/HTTP',
56+
'Topic :: Software Development :: Libraries :: Python Modules',
57+
'Framework :: Django :: 1.7',
58+
'Framework :: Django :: 1.8',
59+
'Framework :: Django :: 1.9',
60+
'Programming Language :: Python :: 2',
61+
'Programming Language :: Python :: 2.7',
62+
'Programming Language :: Python :: 3',
63+
'Programming Language :: Python :: 3.3',
64+
'Programming Language :: Python :: 3.4',
65+
'Programming Language :: Python :: 3.5'
5366
]
5467
)

0 commit comments

Comments
 (0)