add IP command handling function

This commit is contained in:
Hiroshi Murayama 2019-09-12 23:44:50 +09:00
parent 4c4ba0762b
commit 00351ebe27
3 changed files with 83 additions and 3 deletions

View file

@ -10,7 +10,7 @@ def read(fname):
METADATA = {
'name': 'pcb-tools-extension',
'version': "0.1.6",
'version': "0.9.0",
'author': 'Hiroshi Murayama <opiopan@gmail.com>',
'author_email': "opiopan@gmail.com",
'description': ("Extension for pcb-tools package to panelize gerber files"),
@ -21,7 +21,7 @@ METADATA = {
'long_description': read('README.md'),
'long_description_content_type': 'text/markdown',
'classifiers': [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Topic :: Utilities",
"License :: OSI Approved :: Apache Software License",
'Programming Language :: Python :: 3',