File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,10 @@ def requirements():
87
87
long_description_content_type = "text/markdown" ,
88
88
url = "https://github.com/DenverCoder1/table2ascii" ,
89
89
project_urls = {
90
- "Bug Tracker" : "https://github.com/DenverCoder1/table2ascii/issues" ,
90
+ "Documentation" : "https://table2ascii.rtfd.io" ,
91
+ "Issue tracker" : "https://github.com/DenverCoder1/table2ascii/issues" ,
91
92
},
93
+ license = "MIT" ,
92
94
packages = ["table2ascii" ],
93
95
classifiers = [
94
96
"Programming Language :: Python :: 3" ,
@@ -97,6 +99,7 @@ def requirements():
97
99
"Intended Audience :: Developers" ,
98
100
"Topic :: Utilities" ,
99
101
],
102
+ keywords = "table ascii unicode formatter" ,
100
103
python_requires = ">=3.6" ,
101
104
install_requires = [requirements ()],
102
105
extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments