diff --git a/setup.py b/setup.py index fb8571b..6ef7bfb 100644 --- a/setup.py +++ b/setup.py @@ -21,5 +21,19 @@ setup(name='svgpathtools', # test_suite='tests', requires=['numpy', 'svgwrite'], keywords=['svg', 'svg path', 'svg.path', 'bezier', 'parse svg path', 'display svg'], - classifiers = [], + classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", + "Topic :: Multimedia :: Graphics :: Editors :: Vector-Based", + "Topic :: Scientific/Engineering", + "Topic :: Scientific/Engineering :: Image Recognition", + "Topic :: Scientific/Engineering :: Information Analysis", + "Topic :: Scientific/Engineering :: Mathematics", + "Topic :: Scientific/Engineering :: Visualization", + "Topic :: Software Development :: Libraries :: Python Modules", + ], )