File tree 3 files changed +9
-7
lines changed 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 12
12
/backup
13
13
/build
14
14
/dispy_bot.egg-info
15
- /dist
15
+ /dist
16
+ /.pypirc
Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ authors = [
6
6
]
7
7
description = " A python-coded discord bot library."
8
8
readme = " README.md"
9
+ license = {file = " LICENSE" }
9
10
requires-python = " >=3.12"
10
11
classifiers = [
11
- " Programming Language :: Python :: 3 " ,
12
+ " Programming Language :: Python :: 4 - Beta " ,
12
13
" Programming Language :: Python :: 3.12" ,
13
- " License :: OSI Approved :: GPLv3" ,
14
+ " License :: OSI Approved :: GNU General Public License v3 ( GPLv3) " ,
14
15
" Operating System :: OS Independent" ,
15
16
]
16
17
dependencies = [
Original file line number Diff line number Diff line change 17
17
"websocket_client>=1.8.0" ,
18
18
],
19
19
classifiers = [
20
- ' Programming Language :: Python :: 3' ,
21
- ' Programming Language :: Python :: 3.12' ,
22
- ' License :: OSI Approved :: GPLv3' ,
23
- ' Operating System :: OS Independent' ,
20
+ " Programming Language :: Python :: 4 - Beta" ,
21
+ " Programming Language :: Python :: 3.12" ,
22
+ " License :: OSI Approved :: GNU General Public License v3 ( GPLv3)" ,
23
+ " Operating System :: OS Independent" ,
24
24
],
25
25
python_requires = '>=3.12' ,
26
26
)
You can’t perform that action at this time.
0 commit comments