Skip to content

Commit 6dc722d

Browse files
author
Hong-Thai Nguyen
committed
update setup
1 parent 50b8dbe commit 6dc722d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
setup(
88
name='python-cfonb',
99
version=version,
10-
description="Pure Python lib to read/write CFONB files., forked from https://github.com/akretion/python-cfonb",
10+
description="Pure Python lib to read/write CFONB files, forked from https://github.com/akretion/python-cfonb",
1111
long_description=long_description,
1212
classifiers=[],
1313
keywords=['cfonb', 'bank', 'statement', 'parser'],
1414
author='Dhatim',
1515
author_email='[email protected]',
1616
url='https://github.com/dhatim/python-cfonb',
17-
download_url = 'https://github.com/dhatim/python-cfonb/archive/1.0.tar.gz',
17+
download_url = 'https://github.com/dhatim/python-cfonb/archive/1.1.tar.gz',
1818
license='LGPL',
1919
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
2020
include_package_data=True,

0 commit comments

Comments
 (0)