This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push:
new 8ab29c2 Add some pip classifiers to be easily searched by users (#15)
8ab29c2 is described below
commit 8ab29c2b32fa8f3dcedb93b993c7dfbfe5085a47
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Jun 15 21:07:19 2020 +0800
Add some pip classifiers to be easily searched by users (#15)
---
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",
+ ]
)