Skip to content

Commit a4d617b

Browse files
authored
chore: Add docs link, license, and keywords to Pypi setup (#34)
1 parent 8b1d03f commit a4d617b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: setup.py

+4-1
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)