Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return long_desc
setup(
name='imgkit',
version=imgkit.__version__,
description=imgkit.__doc__.strip(),
long_description=long_description(),
download_url='https://github.com/jarrekk/imgkit',
license=imgkit.__license__,
tests_require=['pytest'],
cmdclass={'test': PyTest},
packages=['imgkit'],
author=imgkit.__author__,
author_email=imgkit.__contact__,
url=imgkit.__homepage__,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Text Processing',
'Topic :: Text Processing :: General',
'Topic :: Text Processing :: Markup',
'Topic :: Text Processing :: Markup :: HTML',
'Topic :: Text Processing :: Markup :: XML',
'Topic :: Utilities'
]