change supported python version
This commit is contained in:
parent
6ec5884203
commit
a33e9a1686
2 changed files with 1 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ pcb-tools-extension adds following function to pcb-tools.
|
|||
|
||||
Only RS-274x format and Excellon drill format data can be handled by current version of this library.
|
||||
|
||||
## Install
|
||||
## Installation
|
||||
```shell
|
||||
$ pip install pcb-tools-extension
|
||||
```
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -24,9 +24,6 @@ METADATA = {
|
|||
"Development Status :: 3 - Alpha",
|
||||
"Topic :: Utilities",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2",
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue