diff --git a/setup.py b/setup.py index fd6fe27..b590c2d 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ author="Leonardo Brondani Schenkel", author_email="leonardo@schenkel.net", url="https://github.com/lbschenkel/ofxstatement-lansforsakringar", - description="Länsförsäkringar plugin for ofxtatement", + description="Länsförsäkringar plugin for ofxstatement", long_description=long_description, license="GPLv3", keywords=["ofx", "banking", "statement"], @@ -26,7 +26,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"],