Skip to content

Commit

Permalink
prepare for PyPi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeau committed Oct 24, 2020
1 parent 47f9aa8 commit 57250cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Belfius plugin for ofxstatement
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This project provides an `ofxstatement`_ plugin for converting the Belgian Belfius bank's CSV format statements to OFX.

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from distutils.core import setup

version = "0.0.1"
version = "0.0.2"

with open('README.rst') as f:
long_description = f.read()
Expand All @@ -16,7 +16,6 @@
url="https://github.com/renardeau/ofxstatement-be-belfius.git",
description=("Belfius bank plugin for ofxstatement (Belgium)"),
long_description=long_description,
license="GPLv3",
keywords=["ofx", "banking", "statement"],
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -26,7 +25,7 @@
'Topic :: Utilities',
'Environment :: Console',
'Operating System :: OS Independent',
'License :: OSI Approved :: GNU General Public License v3'],
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'],
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=["ofxstatement", "ofxstatement.plugins"],
Expand Down

0 comments on commit 57250cd

Please sign in to comment.