소스 검색

pkg: updated PyPI classifiers

Mikael Koli 4 년 전
부모
커밋
89792f820b
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      setup.py

+ 8 - 1
setup.py

@@ -15,12 +15,19 @@ setup(
     description="Email sending library",
     long_description=long_description,
     long_description_content_type="text/markdown",
-     classifiers=[
+    classifiers=[
+        "Topic :: Communications :: Email",
         "Operating System :: OS Independent",
 
         "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
+        "Programming Language :: Python :: 3.8",
+        "Programming Language :: Python :: 3.9",
+        "Programming Language :: Python :: 3.10",
 
         "Intended Audience :: Developers",
+        "Intended Audience :: Customer Service",
         "Intended Audience :: Financial and Insurance Industry",
      ],
      include_package_data=True, # for MANIFEST.in