aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropiopan <opiopan@gmail.com>2019-05-12 08:21:41 +0900
committeropiopan <opiopan@gmail.com>2019-05-12 08:21:41 +0900
commita33e9a16863a3a7f1a3e26717d6bcd5e7408a76a (patch)
tree77ee26c637dc0dfd3b40510683cd139a018e1127
parent6ec58842030b0bbe6aa3391456f017d71b74aeaa (diff)
downloadpcb-tools-extension-a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a.tar.gz
pcb-tools-extension-a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a.tar.bz2
pcb-tools-extension-a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a.zip
change supported python version
-rw-r--r--README.md2
-rw-r--r--setup.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 20dc7c0..0429e54 100644
--- a/README.md
+++ b/README.md
@@ -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
```
diff --git a/setup.py b/setup.py
index 8a26d38..6c42e5b 100644
--- a/setup.py
+++ b/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',