Skip to content

Commit 4e63c83

Browse files
committed
minor update
1 parent ed53d5e commit 4e63c83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# General information about the project.
5454
project = u'flask-excel'
55-
copyright = u'2015, C.W.'
55+
copyright = u'2015, Onni Software Ltd.'
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
version='0.0.2',
2121
author_email="wangc_2011@hotmail.com",
2222
url="https://github.com/chfw/Flask-Excel",
23-
description='A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and xlsm.',
23+
description='A flask extension that provides one application programming interface to read and write data in different excel file formats',
2424
install_requires=dependencies,
2525
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
2626
include_package_data=True,
2727
long_description=README_txt,
2828
zip_safe=False,
2929
tests_require=['nose'],
3030
keywords=['API', 'Flask', 'Excel', 'pyexcel', 'xls', 'xlsx', 'ods', 'csv'],
31-
license='GNU GPLv3 or BSD',
31+
license='New BSD',
3232
classifiers=[
3333
'Development Status :: 3 - Alpha',
3434
'Environment :: Web Environment',

0 commit comments

Comments
 (0)