File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,10 @@ def requirements():
8787 long_description_content_type = "text/markdown" ,
8888 url = "https://github.com/DenverCoder1/table2ascii" ,
8989 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" ,
9192 },
93+ license = "MIT" ,
9294 packages = ["table2ascii" ],
9395 classifiers = [
9496 "Programming Language :: Python :: 3" ,
@@ -97,6 +99,7 @@ def requirements():
9799 "Intended Audience :: Developers" ,
98100 "Topic :: Utilities" ,
99101 ],
102+ keywords = "table ascii unicode formatter" ,
100103 python_requires = ">=3.6" ,
101104 install_requires = [requirements ()],
102105 extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments