diff options
author | IWAMOTO Toshihiro <iwamoto@valinux.co.jp> | 2018-08-01 14:39:50 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-01 16:00:12 +0900 |
commit | 840a34884568ecc5c8b111ab3747dc2df4d40868 (patch) | |
tree | 273c2f935de2182df179b6ef9e902200b9505111 | |
parent | 19662c5688738a3bc9765b1f7f7886a8da1e2981 (diff) |
Declare support of recent python3 versions
Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Operating System :: Unix keywords = openflow |