@@ -67,11 +67,29 @@ def requirements():
6767 license = "MIT" ,
6868 packages = ["table2ascii" ],
6969 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" ,
7177 "License :: OSI Approved :: MIT License" ,
7278 "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" ,
7488 "Topic :: Utilities" ,
89+ "Topic :: Text Processing :: General" ,
90+ "Topic :: Printing" ,
91+ "Topic :: Software Development :: Libraries :: Python Modules" ,
92+ "Typing :: Typed" ,
7593 ],
7694 keywords = "table ascii unicode formatter" ,
7795 python_requires = ">=3.6" ,
0 commit comments