Move mtgsdk from project to pip dependencies.

This commit is contained in:
luxick
2017-07-26 00:09:28 +02:00
parent 2b1f3b940f
commit 154745dd94
11 changed files with 1 additions and 383 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', 'six']
], install_requires=['gi', 'pillow', 'six', 'mtgsdk']
)