From ddf979cb72c86974e4f4ec77cfaca0f6cb8fc1c1 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 25 Dec 2019 22:49:38 -0500 Subject: Add classifiers and clean up. --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3169fb6..bb9025c 100755 --- a/setup.py +++ b/setup.py @@ -10,15 +10,19 @@ setuptools.setup( version=__version__, author="Franklin Wei", author_email="franklin@rockbox.org", - description="Generate G-code to engrave raster images.", + description="Generate G-code to engrave raster images", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/built1n/rastercarve", packages=setuptools.find_packages(), classifiers=[ - "Programming Language :: Python :: 3", + "Development Status :: 5 - Production/Stable", + "Environment :: Console", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", + "Topic :: Utilities", ], python_requires='>=3.6', install_requires=["opencv-python", "numpy", "tqdm", "argparse"], -- cgit v1.1