diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-07-07 20:54:30 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-07-08 13:02:49 +0900 |
commit | 607eeb0c7e33f9ac22877a33bf7c7acecca2dbee (patch) | |
tree | 17a2d0e418cadc4a882c8c9f92824a30f47b88ca | |
parent | fba7213421bc34430003f770b425f12b6c669a7e (diff) |
declare python3 support
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ classifier = Topic :: System :: Networking Natural Language :: English Programming Language :: Python + Programming Language :: Python :: 2.6 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 Operating System :: Unix keywords = openflow |