We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374d7b3 commit 312d3d5Copy full SHA for 312d3d5
setup.py
@@ -14,7 +14,7 @@
14
name="aicodebot",
15
python_requires=">=3.10",
16
version=version,
17
- url="https://github.com/gorillamania/AICodeBot",
+ url="https://github.com/TechNickAI/AICodeBot",
18
author="Nick Sullivan",
19
description="AI-powered tool for developers, simplifying coding tasks and improving workflow efficiency.",
20
long_description=long_description,
@@ -35,5 +35,6 @@
35
"Programming Language :: Python :: 3.10",
36
"Programming Language :: Python :: 3.11",
37
"Programming Language :: Python :: 3.12",
38
+ "Programming Language :: Python :: 3.13",
39
],
40
)
0 commit comments