Browse Source

[PY3]: state python3-only compatibility in setuptools

boyska 7 năm trước cách đây
mục cha
commit
7cc772163f
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      setup.py

+ 5 - 1
setup.py

@@ -81,5 +81,9 @@ setup(name='larigira',
               'static = larigira.audioform_static:staticaudio_receive',
               'script = larigira.audioform_script:scriptaudio_receive',
           ],
-      }
+      },
+      classifiers=[
+          "License :: OSI Approved :: GNU Affero General Public License v3",
+          "Programming Language :: Python :: 3",
+      ]
       )