Skip to content

Commit 2de7249

Browse files
committed
Fix mistake in package name
1 parent d8a6e5a commit 2de7249

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ def readme():
3030

3131
setup(
3232
name='kanboard',
33-
version='1.1.0',
33+
version='1.1.1',
3434
description='Client library for Kanboard API',
3535
long_description=readme(),
3636
keywords='kanboard api client',
3737
url='https://github.com/kanboard/python-api-client',
3838
author='Frederic Guillot',
3939
author_email='fred@kanboard.net',
4040
license='MIT',
41-
py_modules=['miniflux'],
41+
py_modules=['kanboard'],
4242
test_suite='test_kanboard',
4343
classifiers=[
4444
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)