Skip to content

Commit

Permalink
Merge pull request #12 from richardsonlima/develop
Browse files Browse the repository at this point in the history
adding setup
  • Loading branch information
richardsonlima authored Sep 24, 2024
2 parents f9de349 + 29badd4 commit a72254b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@
long_description=open('README.md').read(),
url='https://github.com/richardsonlima/PyICL.git',
packages=find_packages(),
install_requires=['pyicl','openai==1.46.0','nltk', 'stopwords'],
install_requires=['openai==1.46.0', 'nltk', 'stopwords'],
license='BSD-3-Clause',
python_requires='>=3.8',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD-3-Clause',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)

0 comments on commit a72254b

Please sign in to comment.