compliant with PyPi repository
This commit is contained in:
parent
e3c59e39cf
commit
0d91ed834d
3 changed files with 10 additions and 10 deletions
8
setup.py
8
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',
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue