Skip to content

Commit 3aeedad

Browse files
Ready for Pypi
1 parent 73b5ac3 commit 3aeedad

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
/backup
1313
/build
1414
/dispy_bot.egg-info
15-
/dist
15+
/dist
16+
/.pypirc

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ authors = [
66
]
77
description = "A python-coded discord bot library."
88
readme = "README.md"
9+
license = {file = "LICENSE"}
910
requires-python = ">=3.12"
1011
classifiers = [
11-
"Programming Language :: Python :: 3",
12+
"Programming Language :: Python :: 4 - Beta",
1213
"Programming Language :: Python :: 3.12",
13-
"License :: OSI Approved :: GPLv3",
14+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1415
"Operating System :: OS Independent",
1516
]
1617
dependencies = [

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"websocket_client>=1.8.0",
1818
],
1919
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",
2424
],
2525
python_requires='>=3.12',
2626
)

0 commit comments

Comments
 (0)