We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73b120 commit 0819a6fCopy full SHA for 0819a6f
setup.py
@@ -15,7 +15,7 @@ def read_file(file_path):
15
16
setup(
17
name="devchat",
18
- version="0.1.9",
+ version="0.1.10",
19
packages=find_packages(),
20
install_requires=requirements,
21
entry_points={
@@ -32,6 +32,11 @@ def read_file(file_path):
32
classifiers=[
33
'Development Status :: 4 - Beta',
34
'License :: OSI Approved :: Apache Software License',
35
- 'Programming Language :: Python :: 3'
+ 'Programming Language :: Python :: 3',
36
+ 'Intended Audience :: Developers',
37
+ 'Intended Audience :: Education',
38
+ 'Intended Audience :: Information Technology',
39
+ 'Topic :: Scientific/Engineering :: Artificial Intelligence',
40
+ 'Topic :: Software Development'
41
]
42
)
0 commit comments