Update setup.py

This commit is contained in:
Yuan Tang 2024-10-07 22:54:08 -04:00 committed by GitHub
parent 0d5b1b192a
commit 6e7868c18c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,8 +34,11 @@ setup(
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering'
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Information Analysis',
],
python_requires=">=3.10",
install_requires=read_requirements(),