From 0d91ed834d7a28b249b86081294a9c1b95e8f39c Mon Sep 17 00:00:00 2001 From: opiopan Date: Sun, 7 Apr 2019 23:32:03 +0900 Subject: compliant with PyPi repository --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 72d9c18..9e14473 100644 --- a/setup.py +++ b/setup.py @@ -19,15 +19,15 @@ METADATA = { 'url': "http://github.com/opiopan/pcb-tools-extension", 'packages': ['gerberex'], 'long_description': read('README.md'), - 'classifiers':[ + 'long_description_content_type': 'text/markdown', + 'classifiers': [ "Development Status :: 3 - Alpha", "Topic :: Utilities", "License :: OSI Approved :: Apache Software License", - "Programming Language:: Python:: 2", 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], } -- cgit