You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/06/15 12:51:40 UTC

[skywalking-python] branch pip-classifiers created (now 1e96853)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch pip-classifiers
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


      at 1e96853  Add some pip classifiers to be easily searched by users

This branch includes the following new commits:

     new 1e96853  Add some pip classifiers to be easily searched by users

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-python] 01/01: Add some pip classifiers to be easily searched by users

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch pip-classifiers
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 1e968539a1ac926543de0bfd6ef4b1507bdf574c
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Mon Jun 15 20:51:31 2020 +0800

    Add some pip classifiers to be easily searched by users
---
 setup.py | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/setup.py b/setup.py
index 4126fdb..8033957 100644
--- a/setup.py
+++ b/setup.py
@@ -44,4 +44,20 @@ setup(
             "testcontainers",
         ],
     },
+    classifiers=[
+        "Framework :: Flake8",
+
+        "License :: OSI Approved :: Apache Software License",
+
+        "Operating System :: OS Independent",
+
+        "Programming Language :: Python",
+        "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.5",
+        "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
+        "Programming Language :: Python :: 3.8",
+
+        "Topic :: Software Development",
+    ]
 )