]> git.phdru.name Git - m_lib.git/commitdiff
The library was tested and works with Python 3.5 and 3.6
authorOleg Broytman <phd@phdru.name>
Sun, 23 Apr 2017 20:42:45 +0000 (23:42 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Apr 2017 20:42:45 +0000 (23:42 +0300)
setup.py

index b33a49bc3d7af8ea41f296c4238e9a22bd6b8a21..698ded15c9629fd7f2549df7d4f4d64de9a0e8a2 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,8 @@ setup(name = "m_lib",
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Topic :: Software Development :: Libraries',
         'Topic :: Software Development :: Libraries :: Python Modules',
     ],