Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def main():
setuptools.setup(
name=handright.__name__,
version=handright.__version__,
description="A lightweight Python library for simulating Chinese handwriting",
license="bsd-3-clause",
author="Chenghui Li (Gsllchb)",
author_email="gsllchb@hotmail.com",
python_requires=">= 3.5",
keywords="simulating Chinese handwriting",
url="https://github.com/Gsllchb/Handright",
long_description_content_type="text/markdown",
long_description=get_long_description(),
zip_safe=True,
packages=setuptools.find_packages(exclude=("*.tests", "tests")),
classifiers=(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",