Skip to content

Commit f6a6c42

Browse files
committed
additional changes for v0.4.0
1 parent 32882ea commit f6a6c42

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,3 @@ On Windows systems, please issue this command::
350350
>>> import os
351351
>>> os.unlink("your_file.xlsx")
352352
>>> os.unlink("another_file.xlsx")
353-
354-
Support the project
355-
================================================================================
356-
357-
If your company has embedded pyexcel and its components into a revenue generating
358-
product, please `support me on patreon <https://www.patreon.com/pyexcel>`_ to
359-
maintain the project and develop it further.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
NAME = 'pyexcel-xlsx'
99
AUTHOR = 'C.W.'
1010
VERSION = '0.4.0'
11-
EMAIL = 'wangc_2011 (at) hotmail.com'
11+
EMAIL = 'wangc_2011@hotmail.com'
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (
1414
'A wrapper library to read, manipulate and write data in xlsx and xlsm ' +

0 commit comments

Comments
 (0)