Fix UI bug in library tags.

This commit is contained in:
luxick
2017-07-25 20:12:32 +02:00
parent 715ad4eeb3
commit 1db6ad0f2d
4 changed files with 3 additions and 3 deletions

View File

@@ -37,5 +37,5 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'License :: OSI Approved :: MIT License',
],
], install_requires=['gi', 'pillow']
)