@@ -60,39 +60,7 @@ def requirements():
60
60
long_description = long_description (),
61
61
long_description_content_type = "text/markdown" ,
62
62
url = "https://github.com/DenverCoder1/table2ascii" ,
63
- project_urls = {
64
- "Documentation" : "https://table2ascii.rtfd.io" ,
65
- "Issue tracker" : "https://github.com/DenverCoder1/table2ascii/issues" ,
66
- },
67
- license = "MIT" ,
68
63
packages = ["table2ascii" ],
69
- classifiers = [
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" ,
77
- "License :: OSI Approved :: MIT License" ,
78
- "Operating System :: OS Independent" ,
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" ,
88
- "Topic :: Utilities" ,
89
- "Topic :: Text Processing :: General" ,
90
- "Topic :: Printing" ,
91
- "Topic :: Software Development :: Libraries :: Python Modules" ,
92
- "Typing :: Typed" ,
93
- ],
94
- keywords = "table ascii unicode formatter" ,
95
- python_requires = ">=3.6" ,
96
64
install_requires = requirements (),
97
65
extras_require = extras_require ,
98
66
setup_requires = [],
0 commit comments