This commit is contained in:
Thomas Robitaille 2020-04-03 15:49:36 +01:00
Родитель 7efecb003f
Коммит 1373daa1ae
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -89,13 +89,10 @@ setup_args = dict(
'License :: OSI Approved :: BSD License',
'Topic :: Multimedia :: Graphics',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Framework :: Jupyter',
],
include_package_data = True,