@@ -67,11 +67,29 @@ def requirements():
67
67
license = "MIT" ,
68
68
packages = ["table2ascii" ],
69
69
classifiers = [
70
- "Programming Language :: Python :: 3" ,
70
+ "Development Status :: 5 - Production/Stable" ,
71
+ "Environment :: Console" ,
72
+ "Environment :: Web Environment" ,
73
+ "Intended Audience :: Developers" ,
74
+ "Intended Audience :: Education" ,
75
+ "Intended Audience :: End Users/Desktop" ,
76
+ "Intended Audience :: Science/Research" ,
71
77
"License :: OSI Approved :: MIT License" ,
72
78
"Operating System :: OS Independent" ,
73
- "Intended Audience :: Developers" ,
79
+ "Programming Language :: Python" ,
80
+ "Programming Language :: Python :: 3" ,
81
+ "Programming Language :: Python :: 3 :: Only" ,
82
+ "Programming Language :: Python :: 3.7" ,
83
+ "Programming Language :: Python :: 3.8" ,
84
+ "Programming Language :: Python :: 3.9" ,
85
+ "Programming Language :: Python :: 3.10" ,
86
+ "Programming Language :: Python :: 3.11" ,
87
+ "Topic :: Multimedia :: Graphics :: Presentation" ,
74
88
"Topic :: Utilities" ,
89
+ "Topic :: Text Processing :: General" ,
90
+ "Topic :: Printing" ,
91
+ "Topic :: Software Development :: Libraries :: Python Modules" ,
92
+ "Typing :: Typed" ,
75
93
],
76
94
keywords = "table ascii unicode formatter" ,
77
95
python_requires = ">=3.6" ,
0 commit comments