Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 9fba0e4

Browse files
authored
Update setup.py
1 parent 9021bcd commit 9fba0e4

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

setup.py

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ def get_readme():
1919
setuptools.setup(
2020
name=get_name(),
2121
version=get_version(),
22+
project_urls={
23+
"Documentation": "https://discord-ui.rtfd.io/en/latest/",
24+
"Issue tracker": "https://github.com/discord-py-ui/discord-ui/issues",
25+
},
2226
author="404kuso, RedstoneZockt",
2327
2428
description="A disord.py extension for discord's ui/interaction features",
@@ -28,6 +32,18 @@ def get_readme():
2832
packages=setuptools.find_packages(),
2933
python_requires='>=3.6',
3034
classifiers=[
31-
"Programming Language :: Python :: 3"
35+
"Programming Language :: Python :: 3",
36+
'Intended Audience :: Developers',
37+
'Natural Language :: English',
38+
'Operating System :: OS Independent',
39+
'Programming Language :: Python :: 3.6'
40+
'Programming Language :: Python :: 3.7',
41+
'Programming Language :: Python :: 3.8',
42+
'Programming Language :: Python :: 3.9',
43+
'Topic :: Internet',
44+
'Topic :: Software Development :: Libraries',
45+
'Topic :: Software Development :: Libraries :: Python Modules',
46+
'Topic :: Utilities',
47+
'Typing :: Typed'
3248
]
3349
)

0 commit comments

Comments
 (0)