Skip to content

Commit

Permalink
Add additional metadata for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Elleo committed Jan 8, 2018
1 parent e0ffbea commit 594884c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,28 @@
long_description=DESCRIPTION,
author='Bloomsbury AI',
author_email='contact@bloomsbury.ai',
license='MIT',
keywords='ai nlp natural language question answer chat chatbot bot artificial intelligence',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Communications :: Chat',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Text Processing :: Linguistic',
],
packages=PACKAGES,
include_package_data=True,
package_data={
'': ['*.*'],
},
python_requires='>=3.5',
install_requires=[
'requests>=2.18.1',
'requests-toolbelt>=0.8.0',
],
)

0 comments on commit 594884c

Please sign in to comment.