diff options
author | opiopan <opiopan@gmail.com> | 2019-04-07 23:32:03 +0900 |
---|---|---|
committer | opiopan <opiopan@gmail.com> | 2019-04-07 23:32:03 +0900 |
commit | 0d91ed834d7a28b249b86081294a9c1b95e8f39c (patch) | |
tree | 4ba6af774b8004c6726142c052fdde22fba28ec4 /setup.py | |
parent | e3c59e39cf9bc64ce9d76c324b82956a65515f16 (diff) | |
download | gerbonara-0d91ed834d7a28b249b86081294a9c1b95e8f39c.tar.gz gerbonara-0d91ed834d7a28b249b86081294a9c1b95e8f39c.tar.bz2 gerbonara-0d91ed834d7a28b249b86081294a9c1b95e8f39c.zip |
compliant with PyPi repository
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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', ], } |